#DEC2E8

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

Shades of Blue Chalk #DEC2E8

Tints of Blue Chalk #DEC2E8

Color information

#DEC2E8 (or 0xDEC2E8) is unknown color: approx Blue Chalk. HEX triplet: DE, C2 and E8. RGB value is (222,194,232). Sum of RGB (Red+Green+Blue) = 222+194+232=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEC2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2E8 is #213D17. Grayscale: #CECECE. Windows color (decimal): -2178328 or 15254238. OLE color: 15254238.

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

Color convert

RGB222194232-
CMYK0.040.1600.09
HSL284.21º45.24%83.53%-
HSV(B)284.21º16.38%90.98%-
XYZ63.9859.9484.54-
YUV206.7142.28138.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 194 (76.17% from 255) = 29.94%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=34.26%
G=29.94%
B=35.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221942320.040.1600.09284.2145.2483.53
HexDEC2E84100911c2d54
Octal33630235042001143455124
Binary11011110110000101110100010010000010011000111001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2E8; }

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

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

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

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

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

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

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

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