Shades of Blue Chalk #DECAEA
Tints of Blue Chalk #DECAEA
RGB
CMYK
RGB Variations
Color information
#DECAEA (or 0xDECAEA) is known color: Blue Chalk. HEX triplet: DE, CA and EA. RGB value is (222,202,234). Sum of RGB (Red+Green+Blue) = 222+202+234=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #DECAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAEA is #213515. Grayscale: #D3D3D3. Windows color (decimal): -2176278 or 15387358. OLE color: 15387358.
HSL color Cylindrical-coordinate representation of color #DECAEA: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DECAEA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 202 | 234 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.08 |
| HSL | 277.5º | 0.43% | 0.85% | - |
| HSV(B) | 277.5º | 0.14% | 0.92% | - |
| XYZ | 66.1 | 63.71 | 86.66 | - |
| YUV | 211.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 234 | 0.05 | 0.14 | 0 | 0.08 | 277.5 | 0.43 | 0.85 |
| Hex | DE | CA | EA | 5 | E | 0 | 8 | 116 | 2B | 55 |
| Octal | 336 | 312 | 352 | 5 | 16 | 0 | 10 | 426 | 53 | 125 |
| Binary | 11011110 | 11001010 | 11101010 | 101 | 1110 | 0 | 1000 | 100010110 | 101011 | 1010101 |
Color Harmonies of #DECAEA
Complementary color
Monochromatic Colors of #DECAEA
Black with #DECAEA
Text Example
Text Example
White with #DECAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAEA; }
p { color: rgb(222,202,234); }
H1.HeaderClassName
{
color: #DECAEA;
}
.AnyTagClassName
{
color: #DECAEA;
}
</style>
background-color css
<style>
a { background-color: #DECAEA; }
a { background-color: rgb(222,202,234); }
div.DivClassName
{
background-color: #DECAEA;
}
.BgClassName
{
background-color: #DECAEA;
}
</style>
border-color css
<style>
span { border-color: #DECAEA; }
span { border-color: rgb(222,202,234); }
td.TdClassName
{
border-color: #DECAEA;
}
.TagClassName
{
border-color: #DECAEA;
}
</style>