#DEC8ED

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

Shades of Blue Chalk #DEC8ED

Tints of Blue Chalk #DEC8ED

Color information

#DEC8ED (or 0xDEC8ED) is unknown color: approx Blue Chalk. HEX triplet: DE, C8 and ED. RGB value is (222,200,237). Sum of RGB (Red+Green+Blue) = 222+200+237=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC8ED is #213712. Grayscale: #D2D2D2. Windows color (decimal): -2176787 or 15583454. OLE color: 15583454.

HSL color Cylindrical-coordinate representation of color #DEC8ED: hue angle of 275.68º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC8ED is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222200237-
CMYK0.060.1600.07
HSL275.68º50.68%85.69%-
HSV(B)275.68º15.61%92.94%-
XYZ66.0662.9588.79-
YUV210.8142.79135.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 200 (78.52% from 255) = 30.35%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=33.69%
G=30.35%
B=35.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222002370.060.1600.07275.6850.6885.69
HexDEC8ED610071143356
Octal3363103556200742463126
Binary1101111011001000111011011101000001111000101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8ED; }

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

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

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

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

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

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

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

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