#DECAEC

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

Shades of Blue Chalk #DECAEC

Tints of Blue Chalk #DECAEC

Color information

#DECAEC (or 0xDECAEC) is unknown color: approx Blue Chalk. HEX triplet: DE, CA and EC. RGB value is (222,202,236). Sum of RGB (Red+Green+Blue) = 222+202+236=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #DECAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAEC is #213513. Grayscale: #D3D3D3. Windows color (decimal): -2176276 or 15518430. OLE color: 15518430.

HSL color Cylindrical-coordinate representation of color #DECAEC: hue angle of 275.29º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DECAEC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222202236-
CMYK0.060.1400.07
HSL275.29º47.22%85.88%-
HSV(B)275.29º14.41%92.55%-
XYZ66.3963.8388.18-
YUV211.86141.63135.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=33.64%
G=30.61%
B=35.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222022360.060.1400.07275.2947.2285.88
HexDECAEC6E071132f56
Octal3363123546160742357126
Binary110111101100101011101100110111001111000100111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAEC; }

 p { color: rgb(222,202,236); }

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

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

 a { background-color: rgb(222,202,236); }

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

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

 span { border-color: rgb(222,202,236); }

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