Color Hex Logo

#ddcefb Color Hex

#DDCEFB
(221,206,251)
0 Favorites   0 Comments

Color spaces of #ddcefb

RGB 221206251
HSL0.720.850.90
HSV260°18°98°
CMYK 0.120.180.00   0.02
XYZ69.302766.4798100.4460
Yxy66.47980.29340.2814
Hunter Lab81.53519.0337-15.9668
CIE-Lab85.240613.6473-20.1420

#ddcefb color RGB value is (221,206,251).

#ddcefb hex color red value is 221, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddcefb hue: 0.72 , saturation: 0.85 and the lightness value of ddcefb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 11111011
Octal 335 316 373
Decimal 221 206 251
Hex DD CE FB

RGB Percentages of Color #ddcefb

%32.60
%30.38
%37.02

CMYK Percentages of Color #ddcefb

%12
%18
%0
%2

Triadic Colors of #ddcefb

#ddcefb #fbddce #cefbdd

Analogous Colors of #ddcefb

#ddcefb #f4cefb #ced6fb

Monochromatic Colors of #ddcefb

#ddcefb

Complementary Color

#ddcefb #ecfbce

#ddcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcefb Color CSS Codes

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

#ddcefb Text Font Color

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

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


#ddcefb Background Color

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

This div background color is #ddcefb


#ddcefb Border Color

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

This div border color is #ddcefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,206,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 #ddcefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcefb

#ddcefb Color Palettes


Comments

No comments written yet.

Please login to write comment.