#DEC8E5

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

Shades of Blue Chalk #DEC8E5

Tints of Blue Chalk #DEC8E5

Color information

#DEC8E5 (or 0xDEC8E5) is unknown color: approx Blue Chalk. HEX triplet: DE, C8 and E5. RGB value is (222,200,229). Sum of RGB (Red+Green+Blue) = 222+200+229=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8E5 is #21371A. Grayscale: #D1D1D1. Windows color (decimal): -2176795 or 15059166. OLE color: 15059166.

HSL color Cylindrical-coordinate representation of color #DEC8E5: hue angle of 285.52º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC8E5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222200229-
CMYK0.030.1300.10
HSL285.52º35.8%84.12%-
HSV(B)285.52º12.66%89.8%-
XYZ64.9262.582.77-
YUV209.88138.79136.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 200 (78.52% from 255) = 30.72%
BLUE value IS 229 (89.84% from 255) = 35.18%
R=34.10%
G=30.72%
B=35.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222002290.030.1300.10285.5235.884.12
HexDEC8E53D0A11e2454
Octal33631034531501243644124
Binary110111101100100011100101111101010101000111101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8E5; }

 p { color: rgb(222,200,229); }

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

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

 a { background-color: rgb(222,200,229); }

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

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

 span { border-color: rgb(222,200,229); }

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