Shades of Blue Chalk #DECBE9
Tints of Blue Chalk #DECBE9
RGB
CMYK
RGB Variations
Color information
#DECBE9 (or 0xDECBE9) is known color: Blue Chalk. HEX triplet: DE, CB and E9. RGB value is (222,203,233). Sum of RGB (Red+Green+Blue) = 222+203+233=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #DECBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECBE9 is #213416. Grayscale: #D4D4D4. Windows color (decimal): -2176023 or 15322078. OLE color: 15322078.
HSL color Cylindrical-coordinate representation of color #DECBE9: hue angle of 278º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DECBE9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 203 | 233 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.09 |
| HSL | 278º | 0.41% | 0.85% | - |
| HSV(B) | 278º | 0.13% | 0.91% | - |
| XYZ | 66.19 | 64.12 | 85.98 | - |
| YUV | 212.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 233 | 0.05 | 0.13 | 0 | 0.09 | 278 | 0.41 | 0.85 |
| Hex | DE | CB | E9 | 5 | D | 0 | 9 | 116 | 29 | 55 |
| Octal | 336 | 313 | 351 | 5 | 15 | 0 | 11 | 426 | 51 | 125 |
| Binary | 11011110 | 11001011 | 11101001 | 101 | 1101 | 0 | 1001 | 100010110 | 101001 | 1010101 |
Color Harmonies of #DECBE9
Complementary color
Monochromatic Colors of #DECBE9
Black with #DECBE9
Text Example
Text Example
White with #DECBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBE9; }
p { color: rgb(222,203,233); }
H1.HeaderClassName
{
color: #DECBE9;
}
.AnyTagClassName
{
color: #DECBE9;
}
</style>
background-color css
<style>
a { background-color: #DECBE9; }
a { background-color: rgb(222,203,233); }
div.DivClassName
{
background-color: #DECBE9;
}
.BgClassName
{
background-color: #DECBE9;
}
</style>
border-color css
<style>
span { border-color: #DECBE9; }
span { border-color: rgb(222,203,233); }
td.TdClassName
{
border-color: #DECBE9;
}
.TagClassName
{
border-color: #DECBE9;
}
</style>