#DFCEE8

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

Shades of Blue Chalk #DFCEE8

Tints of Blue Chalk #DFCEE8

Color information

#DFCEE8 (or 0xDFCEE8) is unknown color: approx Blue Chalk. HEX triplet: DF, CE and E8. RGB value is (223,206,232). Sum of RGB (Red+Green+Blue) = 223+206+232=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEE8 is #203117. Grayscale: #D5D5D5. Windows color (decimal): -2109720 or 15257311. OLE color: 15257311.

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

Color convert

RGB223206232-
CMYK0.040.1100.09
HSL279.23º36.11%85.88%-
HSV(B)279.23º11.21%90.98%-
XYZ67.0765.6685.48-
YUV214.05138.13134.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 232 (91.02% from 255) = 35.10%
R=33.74%
G=31.16%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232062320.040.1100.09279.2336.1185.88
HexDFCEE84B091172456
Octal33731635041301142744126
Binary1101111111001110111010001001011010011000101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEE8; }

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

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

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

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

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

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

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

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