#DFCEE9

Color #DFCEE9 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #DFCEE9

Tints of Blue Chalk #DFCEE9

Color information

#DFCEE9 (or 0xDFCEE9) is unknown color: approx Blue Chalk. HEX triplet: DF, CE and E9. RGB value is (223,206,233). Sum of RGB (Red+Green+Blue) = 223+206+233=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFCEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEE9 is #203116. Grayscale: #D6D6D6. Windows color (decimal): -2109719 or 15322847. OLE color: 15322847.

HSL color Cylindrical-coordinate representation of color #DFCEE9: hue angle of 277.78º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCEE9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223206233-
CMYK0.040.1200.09
HSL277.78º38.03%86.08%-
HSV(B)277.78º11.59%91.37%-
XYZ67.2165.7186.23-
YUV214.16138.63134.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=33.69%
G=31.12%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232062330.040.1200.09277.7838.0386.08
HexDFCEE94C091162656
Octal33731635141401142646126
Binary1101111111001110111010011001100010011000101101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEE9; }

 p { color: rgb(223,206,233); }

 H1.HeaderClassName
 {
   color: #DFCEE9;
 }
 .AnyTagClassName
 {
   color: #DFCEE9;
 }
</style>
background-color css

<style>
 a { background-color: #DFCEE9; }

 a { background-color: rgb(223,206,233); }

 div.DivClassName
 {
   background-color: #DFCEE9;
 }
 .BgClassName
 {
   background-color: #DFCEE9;
 }
</style>
border-color css

<style>
 span { border-color: #DFCEE9; }

 span { border-color: rgb(223,206,233); }

 td.TdClassName
 {
   border-color: #DFCEE9;
 }
 .TagClassName
 {
   border-color: #DFCEE9;
 }
</style>