#DEC1E8

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

Shades of Blue Chalk #DEC1E8

Tints of Blue Chalk #DEC1E8

Color information

#DEC1E8 (or 0xDEC1E8) is unknown color: approx Blue Chalk. HEX triplet: DE, C1 and E8. RGB value is (222,193,232). Sum of RGB (Red+Green+Blue) = 222+193+232=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEC1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1E8 is #213E17. Grayscale: #CDCDCD. Windows color (decimal): -2178584 or 15253982. OLE color: 15253982.

HSL color Cylindrical-coordinate representation of color #DEC1E8: hue angle of 284.62º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEC1E8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222193232-
CMYK0.040.1700.09
HSL284.62º45.88%83.33%-
HSV(B)284.62º16.81%90.98%-
XYZ63.7659.584.47-
YUV206.12142.61139.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 193 (75.78% from 255) = 29.83%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=34.31%
G=29.83%
B=35.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221932320.040.1700.09284.6245.8883.33
HexDEC1E84110911d2e53
Octal33630135042101143556123
Binary11011110110000011110100010010001010011000111011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1E8; }

 p { color: rgb(222,193,232); }

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

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

 a { background-color: rgb(222,193,232); }

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

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

 span { border-color: rgb(222,193,232); }

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