#DEC2E7

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

Shades of Blue Chalk #DEC2E7

Tints of Blue Chalk #DEC2E7

Color information

#DEC2E7 (or 0xDEC2E7) is unknown color: approx Blue Chalk. HEX triplet: DE, C2 and E7. RGB value is (222,194,231). Sum of RGB (Red+Green+Blue) = 222+194+231=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEC2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2E7 is #213D18. Grayscale: #CECECE. Windows color (decimal): -2178329 or 15188702. OLE color: 15188702.

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

Color convert

RGB222194231-
CMYK0.040.1600.09
HSL285.41º43.53%83.33%-
HSV(B)285.41º16.02%90.59%-
XYZ63.8459.8883.8-
YUV206.59141.78138.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 231 (90.62% from 255) = 35.70%
R=34.31%
G=29.98%
B=35.70%

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
Decimal2221942310.040.1600.09285.4143.5383.33
HexDEC2E74100911d2c53
Octal33630234742001143554123
Binary11011110110000101110011110010000010011000111011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2E7; }

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

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

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

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

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

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

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

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