Color Hex Logo

#ddbff9 Color Hex

#DDBFF9
(221,191,249)
0 Favorites   0 Comments

Color spaces of #ddbff9

RGB 221191249
HSL0.750.830.86
HSV271°23°98°
CMYK 0.110.230.00   0.02
XYZ65.548559.473397.6472
Yxy59.47330.29440.2671
Hunter Lab77.118916.7609-21.0891
CIE-Lab81.551121.2729-24.6779

#ddbff9 color RGB value is (221,191,249).

#ddbff9 hex color red value is 221, green value is 191 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ddbff9 hue: 0.75 , saturation: 0.83 and the lightness value of ddbff9 is 0.86.

The process color (four color CMYK) of #ddbff9 color hex is 0.11, 0.23, 0.00, 0.02. Web safe color of #ddbff9 is #ccccff. Color #ddbff9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11111001
Octal 335 277 371
Decimal 221 191 249
Hex DD BF F9

RGB Percentages of Color #ddbff9

%33.43
%28.90
%37.67

CMYK Percentages of Color #ddbff9

%11
%23
%0
%2

Triadic Colors of #ddbff9

#ddbff9 #f9ddbf #bff9dd

Analogous Colors of #ddbff9

#ddbff9 #f9bff8 #c0bff9

Monochromatic Colors of #ddbff9

#ddbff9

Complementary Color

#ddbff9 #dbf9bf

#ddbff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbff9 Color CSS Codes

.mybgcolor {background-color:#ddbff9; } 
.myforecolor {color:#ddbff9; }
.mybordercolor {border:3px solid #ddbff9; }

#ddbff9 Text Font Color

<p style="color:#ddbff9">Text here</p>

This sample text font color is #ddbff9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbff9 Background Color

<div style="background-color:#ddbff9">
Div content here</div>

This div background color is #ddbff9


#ddbff9 Border Color

<div style="border:3px solid #ddbff9">
Div here</div>

This div border color is #ddbff9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,191,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbff9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbff9;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbff9;
  box-shadow:         1px 1px 3px 2px #ddbff9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,191,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbff9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbff9;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbff9;
  box-shadow:         1px 1px 3px 2px #ddbff9;">
Div content here</div>

This div box has shadow with color #ddbff9


Comments

No comments written yet.

Please login to write comment.