Shades of Blue Chalk #DECBEA
Tints of Blue Chalk #DECBEA
RGB
CMYK
RGB Variations
Color information
#DECBEA (or 0xDECBEA) is known color: Blue Chalk. HEX triplet: DE, CB and EA. RGB value is (222,203,234). Sum of RGB (Red+Green+Blue) = 222+203+234=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #DECBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECBEA is #213415. Grayscale: #D4D4D4. Windows color (decimal): -2176022 or 15387614. OLE color: 15387614.
HSL color Cylindrical-coordinate representation of color #DECBEA: hue angle of 276.77º 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 #DECBEA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 203 | 234 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.08 |
| HSL | 276.77º | 0.42% | 0.86% | - |
| HSV(B) | 276.77º | 0.13% | 0.92% | - |
| XYZ | 66.33 | 64.18 | 86.73 | - |
| YUV | 212.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 234 | 0.05 | 0.13 | 0 | 0.08 | 276.77 | 0.42 | 0.86 |
| Hex | DE | CB | EA | 5 | D | 0 | 8 | 115 | 2A | 56 |
| Octal | 336 | 313 | 352 | 5 | 15 | 0 | 10 | 425 | 52 | 126 |
| Binary | 11011110 | 11001011 | 11101010 | 101 | 1101 | 0 | 1000 | 100010101 | 101010 | 1010110 |
Color Harmonies of #DECBEA
Complementary color
Monochromatic Colors of #DECBEA
Black with #DECBEA
Text Example
Text Example
White with #DECBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBEA; }
p { color: rgb(222,203,234); }
H1.HeaderClassName
{
color: #DECBEA;
}
.AnyTagClassName
{
color: #DECBEA;
}
</style>
background-color css
<style>
a { background-color: #DECBEA; }
a { background-color: rgb(222,203,234); }
div.DivClassName
{
background-color: #DECBEA;
}
.BgClassName
{
background-color: #DECBEA;
}
</style>
border-color css
<style>
span { border-color: #DECBEA; }
span { border-color: rgb(222,203,234); }
td.TdClassName
{
border-color: #DECBEA;
}
.TagClassName
{
border-color: #DECBEA;
}
</style>