#DFCEE6

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

Shades of Blue Chalk #DFCEE6

Tints of Blue Chalk #DFCEE6

Color information

#DFCEE6 (or 0xDFCEE6) is unknown color: approx Blue Chalk. HEX triplet: DF, CE and E6. RGB value is (223,206,230). Sum of RGB (Red+Green+Blue) = 223+206+230=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEE6 is #203119. Grayscale: #D5D5D5. Windows color (decimal): -2109722 or 15126239. OLE color: 15126239.

HSL color Cylindrical-coordinate representation of color #DFCEE6: hue angle of 282.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCEE6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223206230-
CMYK0.030.1000.10
HSL282.5º32.43%85.49%-
HSV(B)282.5º10.43%90.2%-
XYZ66.7965.5483.99-
YUV213.82137.13134.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=33.84%
G=31.26%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232062300.030.1000.10282.532.4385.49
HexDFCEE63A0A11a2055
Octal33731634631201243240125
Binary110111111100111011100110111010010101000110101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEE6; }

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

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

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

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

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

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

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

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