Shades of Blue Chalk #DECCE5
Tints of Blue Chalk #DECCE5
RGB
CMYK
RGB Variations
Color information
#DECCE5 (or 0xDECCE5) is known color: Blue Chalk. HEX triplet: DE, CC and E5. RGB value is (222,204,229). Sum of RGB (Red+Green+Blue) = 222+204+229=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #DECCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCE5 is #21331A. Grayscale: #D4D4D4. Windows color (decimal): -2175771 or 15060190. OLE color: 15060190.
HSL color Cylindrical-coordinate representation of color #DECCE5: hue angle of 283.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECCE5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 204 | 229 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.10 |
| HSL | 283.2º | 0.32% | 0.85% | - |
| HSV(B) | 283.2º | 0.11% | 0.9% | - |
| XYZ | 65.86 | 64.37 | 83.08 | - |
| YUV | 212.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 229 | 0.03 | 0.11 | 0 | 0.10 | 283.2 | 0.32 | 0.85 |
| Hex | DE | CC | E5 | 3 | B | 0 | A | 11B | 20 | 55 |
| Octal | 336 | 314 | 345 | 3 | 13 | 0 | 12 | 433 | 40 | 125 |
| Binary | 11011110 | 11001100 | 11100101 | 11 | 1011 | 0 | 1010 | 100011011 | 100000 | 1010101 |
Color Harmonies of #DECCE5
Complementary color
Monochromatic Colors of #DECCE5
Black with #DECCE5
Text Example
Text Example
White with #DECCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCE5; }
p { color: rgb(222,204,229); }
H1.HeaderClassName
{
color: #DECCE5;
}
.AnyTagClassName
{
color: #DECCE5;
}
</style>
background-color css
<style>
a { background-color: #DECCE5; }
a { background-color: rgb(222,204,229); }
div.DivClassName
{
background-color: #DECCE5;
}
.BgClassName
{
background-color: #DECCE5;
}
</style>
border-color css
<style>
span { border-color: #DECCE5; }
span { border-color: rgb(222,204,229); }
td.TdClassName
{
border-color: #DECCE5;
}
.TagClassName
{
border-color: #DECCE5;
}
</style>