Color Hex Logo

#dfcefb Color Hex

#DFCEFB
(223,206,251)
0 Favorites   0 Comments

Color spaces of #dfcefb

RGB 223206251
HSL0.730.850.90
HSV263°18°98°
CMYK 0.110.180.00   0.02
XYZ69.915366.7956100.4747
Yxy66.79560.29480.2816
Hunter Lab81.72869.6741-15.6794
CIE-Lab85.400614.2796-19.8846

#dfcefb color RGB value is (223,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11111011
Octal 337 316 373
Decimal 223 206 251
Hex DF CE FB

RGB Percentages of Color #dfcefb

%32.79
%30.29
%36.91

CMYK Percentages of Color #dfcefb

%11
%18
%0
%2

Triadic Colors of #dfcefb

#dfcefb #fbdfce #cefbdf

Analogous Colors of #dfcefb

#dfcefb #f6cefb #ced4fb

Monochromatic Colors of #dfcefb

#dfcefb

Complementary Color

#dfcefb #eafbce

#dfcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcefb Color CSS Codes

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

#dfcefb Text Font Color

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

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


#dfcefb Background Color

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

This div background color is #dfcefb


#dfcefb Border Color

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

This div border color is #dfcefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcefb


Comments

No comments written yet.

Please login to write comment.