Shades of Blue Chalk #DECCE9
Tints of Blue Chalk #DECCE9
RGB
CMYK
RGB Variations
Color information
#DECCE9 (or 0xDECCE9) is known color: Blue Chalk. HEX triplet: DE, CC and E9. RGB value is (222,204,233). Sum of RGB (Red+Green+Blue) = 222+204+233=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #DECCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCE9 is #213316. Grayscale: #D4D4D4. Windows color (decimal): -2175767 or 15322334. OLE color: 15322334.
HSL color Cylindrical-coordinate representation of color #DECCE9: hue angle of 277.24º degrees, saturation: 0.4, 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 #DECCE9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 204 | 233 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.09 |
| HSL | 277.24º | 0.4% | 0.86% | - |
| HSV(B) | 277.24º | 0.12% | 0.91% | - |
| XYZ | 66.43 | 64.6 | 86.06 | - |
| YUV | 212.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 233 | 0.05 | 0.12 | 0 | 0.09 | 277.24 | 0.4 | 0.86 |
| Hex | DE | CC | E9 | 5 | C | 0 | 9 | 115 | 28 | 56 |
| Octal | 336 | 314 | 351 | 5 | 14 | 0 | 11 | 425 | 50 | 126 |
| Binary | 11011110 | 11001100 | 11101001 | 101 | 1100 | 0 | 1001 | 100010101 | 101000 | 1010110 |
Color Harmonies of #DECCE9
Complementary color
Monochromatic Colors of #DECCE9
Black with #DECCE9
Text Example
Text Example
White with #DECCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCE9; }
p { color: rgb(222,204,233); }
H1.HeaderClassName
{
color: #DECCE9;
}
.AnyTagClassName
{
color: #DECCE9;
}
</style>
background-color css
<style>
a { background-color: #DECCE9; }
a { background-color: rgb(222,204,233); }
div.DivClassName
{
background-color: #DECCE9;
}
.BgClassName
{
background-color: #DECCE9;
}
</style>
border-color css
<style>
span { border-color: #DECCE9; }
span { border-color: rgb(222,204,233); }
td.TdClassName
{
border-color: #DECCE9;
}
.TagClassName
{
border-color: #DECCE9;
}
</style>