Shades of Blue Chalk #DEC6EA
Tints of Blue Chalk #DEC6EA
RGB
CMYK
RGB Variations
Color information
#DEC6EA (or 0xDEC6EA) is known color: Blue Chalk. HEX triplet: DE, C6 and EA. RGB value is (222,198,234). Sum of RGB (Red+Green+Blue) = 222+198+234=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6EA is #213915. Grayscale: #D1D1D1. Windows color (decimal): -2177302 or 15386334. OLE color: 15386334.
HSL color Cylindrical-coordinate representation of color #DEC6EA: hue angle of 280º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC6EA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 198 | 234 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.08 |
| HSL | 280º | 0.46% | 0.85% | - |
| HSV(B) | 280º | 0.15% | 0.92% | - |
| XYZ | 65.17 | 61.86 | 86.35 | - |
| YUV | 209.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 234 | 0.05 | 0.15 | 0 | 0.08 | 280 | 0.46 | 0.85 |
| Hex | DE | C6 | EA | 5 | F | 0 | 8 | 118 | 2E | 55 |
| Octal | 336 | 306 | 352 | 5 | 17 | 0 | 10 | 430 | 56 | 125 |
| Binary | 11011110 | 11000110 | 11101010 | 101 | 1111 | 0 | 1000 | 100011000 | 101110 | 1010101 |
Color Harmonies of #DEC6EA
Complementary color
Monochromatic Colors of #DEC6EA
Black with #DEC6EA
Text Example
Text Example
White with #DEC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6EA; }
p { color: rgb(222,198,234); }
H1.HeaderClassName
{
color: #DEC6EA;
}
.AnyTagClassName
{
color: #DEC6EA;
}
</style>
background-color css
<style>
a { background-color: #DEC6EA; }
a { background-color: rgb(222,198,234); }
div.DivClassName
{
background-color: #DEC6EA;
}
.BgClassName
{
background-color: #DEC6EA;
}
</style>
border-color css
<style>
span { border-color: #DEC6EA; }
span { border-color: rgb(222,198,234); }
td.TdClassName
{
border-color: #DEC6EA;
}
.TagClassName
{
border-color: #DEC6EA;
}
</style>