Shades of Blue Chalk #DECCEC
Tints of Blue Chalk #DECCEC
RGB
CMYK
RGB Variations
Color information
#DECCEC (or 0xDECCEC) is known color: Blue Chalk. HEX triplet: DE, CC and EC. RGB value is (222,204,236). Sum of RGB (Red+Green+Blue) = 222+204+236=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #DECCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCEC is #213313. Grayscale: #D4D4D4. Windows color (decimal): -2175764 or 15518942. OLE color: 15518942.
HSL color Cylindrical-coordinate representation of color #DECCEC: hue angle of 273.75º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DECCEC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 204 | 236 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.07 |
| HSL | 273.75º | 0.46% | 0.86% | - |
| HSV(B) | 273.75º | 0.14% | 0.93% | - |
| XYZ | 66.86 | 64.77 | 88.34 | - |
| YUV | 213.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 236 | 0.06 | 0.14 | 0 | 0.07 | 273.75 | 0.46 | 0.86 |
| Hex | DE | CC | EC | 6 | E | 0 | 7 | 112 | 2E | 56 |
| Octal | 336 | 314 | 354 | 6 | 16 | 0 | 7 | 422 | 56 | 126 |
| Binary | 11011110 | 11001100 | 11101100 | 110 | 1110 | 0 | 111 | 100010010 | 101110 | 1010110 |
Color Harmonies of #DECCEC
Complementary color
Monochromatic Colors of #DECCEC
Black with #DECCEC
Text Example
Text Example
White with #DECCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCEC; }
p { color: rgb(222,204,236); }
H1.HeaderClassName
{
color: #DECCEC;
}
.AnyTagClassName
{
color: #DECCEC;
}
</style>
background-color css
<style>
a { background-color: #DECCEC; }
a { background-color: rgb(222,204,236); }
div.DivClassName
{
background-color: #DECCEC;
}
.BgClassName
{
background-color: #DECCEC;
}
</style>
border-color css
<style>
span { border-color: #DECCEC; }
span { border-color: rgb(222,204,236); }
td.TdClassName
{
border-color: #DECCEC;
}
.TagClassName
{
border-color: #DECCEC;
}
</style>