#DECDE9

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

Shades of Blue Chalk #DECDE9

Tints of Blue Chalk #DECDE9

Color information

#DECDE9 (or 0xDECDE9) is unknown color: approx Blue Chalk. HEX triplet: DE, CD and E9. RGB value is (222,205,233). Sum of RGB (Red+Green+Blue) = 222+205+233=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 233 - color contains mainly: blue. Hex color #DECDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECDE9 is #213216. Grayscale: #D5D5D5. Windows color (decimal): -2175511 or 15322590. OLE color: 15322590.

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

Color convert

RGB222205233-
CMYK0.050.1200.09
HSL276.43º38.89%85.88%-
HSV(B)276.43º12.02%91.37%-
XYZ66.6665.0886.14-
YUV213.28139.13134.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 205 (80.47% from 255) = 31.06%
BLUE value IS 233 (91.41% from 255) = 35.30%
R=33.64%
G=31.06%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222052330.050.1200.09276.4338.8985.88
HexDECDE95C091142756
Octal33631535151401142447126
Binary1101111011001101111010011011100010011000101001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDE9; }

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

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

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

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

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

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

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

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