Shades of Blue Chalk #DEBFEA
Tints of Blue Chalk #DEBFEA
RGB
CMYK
RGB Variations
Color information
#DEBFEA (or 0xDEBFEA) is known color: Blue Chalk. HEX triplet: DE, BF and EA. RGB value is (222,191,234). Sum of RGB (Red+Green+Blue) = 222+191+234=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFEA is #214015. Grayscale: #CDCDCD. Windows color (decimal): -2179094 or 15384542. OLE color: 15384542.
HSL color Cylindrical-coordinate representation of color #DEBFEA: hue angle of 283.26º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEBFEA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 191 | 234 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.08 |
| HSL | 283.26º | 0.51% | 0.83% | - |
| HSV(B) | 283.26º | 0.18% | 0.92% | - |
| XYZ | 63.61 | 58.73 | 85.83 | - |
| YUV | 205.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 234 | 0.05 | 0.18 | 0 | 0.08 | 283.26 | 0.51 | 0.83 |
| Hex | DE | BF | EA | 5 | 12 | 0 | 8 | 11B | 33 | 53 |
| Octal | 336 | 277 | 352 | 5 | 22 | 0 | 10 | 433 | 63 | 123 |
| Binary | 11011110 | 10111111 | 11101010 | 101 | 10010 | 0 | 1000 | 100011011 | 110011 | 1010011 |
Color Harmonies of #DEBFEA
Complementary color
Monochromatic Colors of #DEBFEA
Black with #DEBFEA
Text Example
Text Example
White with #DEBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFEA; }
p { color: rgb(222,191,234); }
H1.HeaderClassName
{
color: #DEBFEA;
}
.AnyTagClassName
{
color: #DEBFEA;
}
</style>
background-color css
<style>
a { background-color: #DEBFEA; }
a { background-color: rgb(222,191,234); }
div.DivClassName
{
background-color: #DEBFEA;
}
.BgClassName
{
background-color: #DEBFEA;
}
</style>
border-color css
<style>
span { border-color: #DEBFEA; }
span { border-color: rgb(222,191,234); }
td.TdClassName
{
border-color: #DEBFEA;
}
.TagClassName
{
border-color: #DEBFEA;
}
</style>