#DEC9ED

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

Shades of Blue Chalk #DEC9ED

Tints of Blue Chalk #DEC9ED

Color information

#DEC9ED (or 0xDEC9ED) is unknown color: approx Blue Chalk. HEX triplet: DE, C9 and ED. RGB value is (222,201,237). Sum of RGB (Red+Green+Blue) = 222+201+237=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9ED is #213612. Grayscale: #D3D3D3. Windows color (decimal): -2176531 or 15583710. OLE color: 15583710.

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

Color convert

RGB222201237-
CMYK0.060.1500.07
HSL275º50%85.88%-
HSV(B)275º15.19%92.94%-
XYZ66.363.4288.87-
YUV211.38142.46135.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 201 (78.91% from 255) = 30.45%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=33.64%
G=30.45%
B=35.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222012370.060.1500.072755085.88
HexDEC9ED6F071133256
Octal3363113556170742362126
Binary110111101100100111101101110111101111000100111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9ED; }

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

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

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

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

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

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

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

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