#DECEE2

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

Shades of Blue Chalk #DECEE2

Tints of Blue Chalk #DECEE2

Color information

#DECEE2 (or 0xDECEE2) is unknown color: approx Blue Chalk. HEX triplet: DE, CE and E2. RGB value is (222,206,226). Sum of RGB (Red+Green+Blue) = 222+206+226=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 226 - color contains mainly: blue. Hex color #DECEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEE2 is #21311D. Grayscale: #D5D5D5. Windows color (decimal): -2175262 or 14864094. OLE color: 14864094.

HSL color Cylindrical-coordinate representation of color #DECEE2: hue angle of 288º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECEE2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222206226-
CMYK0.020.0900.11
HSL288º25.64%84.71%-
HSV(B)288º8.85%88.63%-
XYZ65.9265.1681.05-
YUV213.06135.3134.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=33.94%
G=31.50%
B=34.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222062260.020.0900.1128825.6484.71
HexDECEE2290B1201a55
Octal33631634221101344032125
Binary11011110110011101110001010100101011100100000110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEE2; }

 p { color: rgb(222,206,226); }

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

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

 a { background-color: rgb(222,206,226); }

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

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

 span { border-color: rgb(222,206,226); }

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