#DEC9EB

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

Shades of Blue Chalk #DEC9EB

Tints of Blue Chalk #DEC9EB

Color information

#DEC9EB (or 0xDEC9EB) is unknown color: approx Blue Chalk. HEX triplet: DE, C9 and EB. RGB value is (222,201,235). Sum of RGB (Red+Green+Blue) = 222+201+235=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9EB is #213614. Grayscale: #D3D3D3. Windows color (decimal): -2176533 or 15452638. OLE color: 15452638.

HSL color Cylindrical-coordinate representation of color #DEC9EB: hue angle of 277.06º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC9EB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222201235-
CMYK0.060.1400.08
HSL277.06º45.95%85.49%-
HSV(B)277.06º14.47%92.16%-
XYZ66.0163.387.34-
YUV211.16141.46135.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=33.74%
G=30.55%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222012350.060.1400.08277.0645.9585.49
HexDEC9EB6E081152e55
Octal33631135361601042556125
Binary1101111011001001111010111101110010001000101011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9EB; }

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

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

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

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

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

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

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

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