Shades of Blue Chalk #DECCEA
Tints of Blue Chalk #DECCEA
RGB
CMYK
RGB Variations
Color information
#DECCEA (or 0xDECCEA) is known color: Blue Chalk. HEX triplet: DE, CC and EA. RGB value is (222,204,234). Sum of RGB (Red+Green+Blue) = 222+204+234=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #DECCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCEA is #213315. Grayscale: #D4D4D4. Windows color (decimal): -2175766 or 15387870. OLE color: 15387870.
HSL color Cylindrical-coordinate representation of color #DECCEA: hue angle of 276º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DECCEA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 204 | 234 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.08 |
| HSL | 276º | 0.42% | 0.86% | - |
| HSV(B) | 276º | 0.13% | 0.92% | - |
| XYZ | 66.57 | 64.66 | 86.81 | - |
| YUV | 212.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 234 | 0.05 | 0.13 | 0 | 0.08 | 276 | 0.42 | 0.86 |
| Hex | DE | CC | EA | 5 | D | 0 | 8 | 114 | 2A | 56 |
| Octal | 336 | 314 | 352 | 5 | 15 | 0 | 10 | 424 | 52 | 126 |
| Binary | 11011110 | 11001100 | 11101010 | 101 | 1101 | 0 | 1000 | 100010100 | 101010 | 1010110 |
Color Harmonies of #DECCEA
Complementary color
Monochromatic Colors of #DECCEA
Black with #DECCEA
Text Example
Text Example
White with #DECCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCEA; }
p { color: rgb(222,204,234); }
H1.HeaderClassName
{
color: #DECCEA;
}
.AnyTagClassName
{
color: #DECCEA;
}
</style>
background-color css
<style>
a { background-color: #DECCEA; }
a { background-color: rgb(222,204,234); }
div.DivClassName
{
background-color: #DECCEA;
}
.BgClassName
{
background-color: #DECCEA;
}
</style>
border-color css
<style>
span { border-color: #DECCEA; }
span { border-color: rgb(222,204,234); }
td.TdClassName
{
border-color: #DECCEA;
}
.TagClassName
{
border-color: #DECCEA;
}
</style>