#DECEE4

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

Shades of Blue Chalk #DECEE4

Tints of Blue Chalk #DECEE4

Color information

#DECEE4 (or 0xDECEE4) is unknown color: approx Blue Chalk. HEX triplet: DE, CE and E4. RGB value is (222,206,228). Sum of RGB (Red+Green+Blue) = 222+206+228=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #DECEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEE4 is #21311B. Grayscale: #D5D5D5. Windows color (decimal): -2175260 or 14995166. OLE color: 14995166.

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

Color convert

RGB222206228-
CMYK0.030.1000.11
HSL283.64º28.95%85.1%-
HSV(B)283.64º9.65%89.41%-
XYZ66.265.2782.51-
YUV213.29136.3134.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=33.84%
G=31.40%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222062280.030.1000.11283.6428.9585.1
HexDECEE43A0B11c1d55
Octal33631634431201343435125
Binary11011110110011101110010011101001011100011100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEE4; }

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

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

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

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

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

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

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

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