#DECCEA

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

Shades of Blue Chalk #DECCEA

Tints of Blue Chalk #DECCEA

Color information

#DECCEA (or 0xDECCEA) is unknown color: approx Blue Chalk. HEX triplet: DE, CC and EA. RGB value is (222,204,234). Sum of RGB (Red+Green+Blue) = 222+204+234=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #DECCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCEA is #213315. Grayscale: #D4D4D4. Windows color (decimal): -2175766 or 15387870. OLE color: 15387870.

HSL color Cylindrical-coordinate representation of color #DECCEA: hue angle of 276º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DECCEA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222204234-
CMYK0.050.1300.08
HSL276º41.67%85.88%-
HSV(B)276º12.82%91.76%-
XYZ66.5764.6686.81-
YUV212.8139.96134.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=33.64%
G=30.91%
B=35.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222042340.050.1300.0827641.6785.88
HexDECCEA5D081142a56
Octal33631435251501042452126
Binary1101111011001100111010101011101010001000101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCEA; }

 p { color: rgb(222,204,234); }

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

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

 a { background-color: rgb(222,204,234); }

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

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

 span { border-color: rgb(222,204,234); }

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