#DECEE5

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

Shades of Blue Chalk #DECEE5

Tints of Blue Chalk #DECEE5

Color information

#DECEE5 (or 0xDECEE5) is unknown color: approx Blue Chalk. HEX triplet: DE, CE and E5. RGB value is (222,206,229). Sum of RGB (Red+Green+Blue) = 222+206+229=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #DECEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEE5 is #21311A. Grayscale: #D5D5D5. Windows color (decimal): -2175259 or 15060702. OLE color: 15060702.

HSL color Cylindrical-coordinate representation of color #DECEE5: hue angle of 281.74º degrees, saturation: 0.31, 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 #DECEE5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222206229-
CMYK0.030.1000.10
HSL281.74º30.67%85.29%-
HSV(B)281.74º10.04%89.8%-
XYZ66.3465.3383.24-
YUV213.41136.8134.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=33.79%
G=31.35%
B=34.86%

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
Decimal2222062290.030.1000.10281.7430.6785.29
HexDECEE53A0A11a1f55
Octal33631634531201243237125
Binary11011110110011101110010111101001010100011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEE5; }

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

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

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

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

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

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

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

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