Shades of Blue Chalk #DECAE4
Tints of Blue Chalk #DECAE4
RGB
CMYK
RGB Variations
Color information
#DECAE4 (or 0xDECAE4) is known color: Blue Chalk. HEX triplet: DE, CA and E4. RGB value is (222,202,228). Sum of RGB (Red+Green+Blue) = 222+202+228=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #DECAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAE4 is #21351B. Grayscale: #D2D2D2. Windows color (decimal): -2176284 or 14994142. OLE color: 14994142.
HSL color Cylindrical-coordinate representation of color #DECAE4: hue angle of 286.15º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECAE4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 202 | 228 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.11 |
| HSL | 286.15º | 0.33% | 0.84% | - |
| HSV(B) | 286.15º | 0.11% | 0.89% | - |
| XYZ | 65.25 | 63.37 | 82.19 | - |
| YUV | 210.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 228 | 0.03 | 0.11 | 0 | 0.11 | 286.15 | 0.33 | 0.84 |
| Hex | DE | CA | E4 | 3 | B | 0 | B | 11E | 20 | 54 |
| Octal | 336 | 312 | 344 | 3 | 13 | 0 | 13 | 436 | 40 | 124 |
| Binary | 11011110 | 11001010 | 11100100 | 11 | 1011 | 0 | 1011 | 100011110 | 100000 | 1010100 |
Color Harmonies of #DECAE4
Complementary color
Monochromatic Colors of #DECAE4
Black with #DECAE4
Text Example
Text Example
White with #DECAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAE4; }
p { color: rgb(222,202,228); }
H1.HeaderClassName
{
color: #DECAE4;
}
.AnyTagClassName
{
color: #DECAE4;
}
</style>
background-color css
<style>
a { background-color: #DECAE4; }
a { background-color: rgb(222,202,228); }
div.DivClassName
{
background-color: #DECAE4;
}
.BgClassName
{
background-color: #DECAE4;
}
</style>
border-color css
<style>
span { border-color: #DECAE4; }
span { border-color: rgb(222,202,228); }
td.TdClassName
{
border-color: #DECAE4;
}
.TagClassName
{
border-color: #DECAE4;
}
</style>