Shades of Blue Chalk #DEBEEB
Tints of Blue Chalk #DEBEEB
RGB
CMYK
RGB Variations
Color information
#DEBEEB (or 0xDEBEEB) is known color: Blue Chalk. HEX triplet: DE, BE and EB. RGB value is (222,190,235). Sum of RGB (Red+Green+Blue) = 222+190+235=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEEB is #214114. Grayscale: #CCCCCC. Windows color (decimal): -2179349 or 15449822. OLE color: 15449822.
HSL color Cylindrical-coordinate representation of color #DEBEEB: hue angle of 282.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBEEB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 190 | 235 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.08 |
| HSL | 282.67º | 0.53% | 0.83% | - |
| HSV(B) | 282.67º | 0.19% | 0.92% | - |
| XYZ | 63.53 | 58.35 | 86.51 | - |
| YUV | 204.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 235 | 0.06 | 0.19 | 0 | 0.08 | 282.67 | 0.53 | 0.83 |
| Hex | DE | BE | EB | 6 | 13 | 0 | 8 | 11B | 35 | 53 |
| Octal | 336 | 276 | 353 | 6 | 23 | 0 | 10 | 433 | 65 | 123 |
| Binary | 11011110 | 10111110 | 11101011 | 110 | 10011 | 0 | 1000 | 100011011 | 110101 | 1010011 |
Color Harmonies of #DEBEEB
Complementary color
Monochromatic Colors of #DEBEEB
Black with #DEBEEB
Text Example
Text Example
White with #DEBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEEB; }
p { color: rgb(222,190,235); }
H1.HeaderClassName
{
color: #DEBEEB;
}
.AnyTagClassName
{
color: #DEBEEB;
}
</style>
background-color css
<style>
a { background-color: #DEBEEB; }
a { background-color: rgb(222,190,235); }
div.DivClassName
{
background-color: #DEBEEB;
}
.BgClassName
{
background-color: #DEBEEB;
}
</style>
border-color css
<style>
span { border-color: #DEBEEB; }
span { border-color: rgb(222,190,235); }
td.TdClassName
{
border-color: #DEBEEB;
}
.TagClassName
{
border-color: #DEBEEB;
}
</style>