#DEC0E9

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

Shades of Blue Chalk #DEC0E9

Tints of Blue Chalk #DEC0E9

Color information

#DEC0E9 (or 0xDEC0E9) is unknown color: approx Blue Chalk. HEX triplet: DE, C0 and E9. RGB value is (222,192,233). Sum of RGB (Red+Green+Blue) = 222+192+233=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0E9 is #213F16. Grayscale: #CDCDCD. Windows color (decimal): -2178839 or 15319262. OLE color: 15319262.

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

Color convert

RGB222192233-
CMYK0.050.1800.09
HSL283.9º48.24%83.33%-
HSV(B)283.9º17.6%91.37%-
XYZ63.6859.1185.14-
YUV205.64143.44139.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 192 (75.39% from 255) = 29.68%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=34.31%
G=29.68%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221922330.050.1800.09283.948.2483.33
HexDEC0E95120911c3053
Octal33630035152201143460123
Binary11011110110000001110100110110010010011000111001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0E9; }

 p { color: rgb(222,192,233); }

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

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

 a { background-color: rgb(222,192,233); }

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

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

 span { border-color: rgb(222,192,233); }

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