#DEC9E6

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

Shades of Blue Chalk #DEC9E6

Tints of Blue Chalk #DEC9E6

Color information

#DEC9E6 (or 0xDEC9E6) is unknown color: approx Blue Chalk. HEX triplet: DE, C9 and E6. RGB value is (222,201,230). Sum of RGB (Red+Green+Blue) = 222+201+230=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEC9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9E6 is #213619. Grayscale: #D2D2D2. Windows color (decimal): -2176538 or 15124958. OLE color: 15124958.

HSL color Cylindrical-coordinate representation of color #DEC9E6: hue angle of 283.45º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC9E6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222201230-
CMYK0.030.1300.10
HSL283.45º36.71%84.51%-
HSV(B)283.45º12.61%90.2%-
XYZ65.2963.0283.58-
YUV210.58138.96136.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 201 (78.91% from 255) = 30.78%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=34.00%
G=30.78%
B=35.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222012300.030.1300.10283.4536.7184.51
HexDEC9E63D0A11b2555
Octal33631134631501243345125
Binary110111101100100111100110111101010101000110111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9E6; }

 p { color: rgb(222,201,230); }

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

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

 a { background-color: rgb(222,201,230); }

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

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

 span { border-color: rgb(222,201,230); }

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