Shades of Blue Chalk #DEBEE8
Tints of Blue Chalk #DEBEE8
RGB
CMYK
RGB Variations
Color information
#DEBEE8 (or 0xDEBEE8) is known color: Blue Chalk. HEX triplet: DE, BE and E8. RGB value is (222,190,232). Sum of RGB (Red+Green+Blue) = 222+190+232=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEE8 is #214117. Grayscale: #CCCCCC. Windows color (decimal): -2179352 or 15253214. OLE color: 15253214.
HSL color Cylindrical-coordinate representation of color #DEBEE8: hue angle of 285.71º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEBEE8 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 190 | 232 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.09 |
| HSL | 285.71º | 0.48% | 0.83% | - |
| HSV(B) | 285.71º | 0.18% | 0.91% | - |
| XYZ | 63.1 | 58.18 | 84.25 | - |
| YUV | 204.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 232 | 0.04 | 0.18 | 0 | 0.09 | 285.71 | 0.48 | 0.83 |
| Hex | DE | BE | E8 | 4 | 12 | 0 | 9 | 11E | 30 | 53 |
| Octal | 336 | 276 | 350 | 4 | 22 | 0 | 11 | 436 | 60 | 123 |
| Binary | 11011110 | 10111110 | 11101000 | 100 | 10010 | 0 | 1001 | 100011110 | 110000 | 1010011 |
Color Harmonies of #DEBEE8
Complementary color
Monochromatic Colors of #DEBEE8
Black with #DEBEE8
Text Example
Text Example
White with #DEBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEE8; }
p { color: rgb(222,190,232); }
H1.HeaderClassName
{
color: #DEBEE8;
}
.AnyTagClassName
{
color: #DEBEE8;
}
</style>
background-color css
<style>
a { background-color: #DEBEE8; }
a { background-color: rgb(222,190,232); }
div.DivClassName
{
background-color: #DEBEE8;
}
.BgClassName
{
background-color: #DEBEE8;
}
</style>
border-color css
<style>
span { border-color: #DEBEE8; }
span { border-color: rgb(222,190,232); }
td.TdClassName
{
border-color: #DEBEE8;
}
.TagClassName
{
border-color: #DEBEE8;
}
</style>