Color Hex Logo

#ddbffb Color Hex

#DDBFFB
(221,191,251)
0 Favorites   0 Comments

Color spaces of #ddbffb

RGB 221191251
HSL0.750.880.87
HSV270°24°98°
CMYK 0.120.240.00   0.02
XYZ65.862259.598899.2992
Yxy59.59880.29300.2652
Hunter Lab77.200317.1840-22.2219
CIE-Lab81.619621.6809-25.6412

#ddbffb color RGB value is (221,191,251).

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

The process color (four color CMYK) of #ddbffb color hex is 0.12, 0.24, 0.00, 0.02. Web safe color of #ddbffb is #ccccff. Color #ddbffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11111011
Octal 335 277 373
Decimal 221 191 251
Hex DD BF FB

RGB Percentages of Color #ddbffb

%33.33
%28.81
%37.86

CMYK Percentages of Color #ddbffb

%12
%24
%0
%2

Triadic Colors of #ddbffb

#ddbffb #fbddbf #bffbdd

Analogous Colors of #ddbffb

#ddbffb #fbbffb #bfbffb

Monochromatic Colors of #ddbffb

#ddbffb

Complementary Color

#ddbffb #ddfbbf

#ddbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbffb Color CSS Codes

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

#ddbffb Text Font Color

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

This sample text font color is #ddbffb
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.


#ddbffb Background Color

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

This div background color is #ddbffb


#ddbffb Border Color

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

This div border color is #ddbffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbffb


Comments

No comments written yet.

Please login to write comment.