Shades of Blue Chalk #DECBE4
Tints of Blue Chalk #DECBE4
RGB
CMYK
RGB Variations
Color information
#DECBE4 (or 0xDECBE4) is known color: Blue Chalk. HEX triplet: DE, CB and E4. RGB value is (222,203,228). Sum of RGB (Red+Green+Blue) = 222+203+228=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #DECBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBE4 is #21341B. Grayscale: #D3D3D3. Windows color (decimal): -2176028 or 14994398. OLE color: 14994398.
HSL color Cylindrical-coordinate representation of color #DECBE4: hue angle of 285.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECBE4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 203 | 228 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.11 |
| HSL | 285.6º | 0.32% | 0.85% | - |
| HSV(B) | 285.6º | 0.11% | 0.89% | - |
| XYZ | 65.48 | 63.84 | 82.27 | - |
| YUV | 211.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 228 | 0.03 | 0.11 | 0 | 0.11 | 285.6 | 0.32 | 0.85 |
| Hex | DE | CB | E4 | 3 | B | 0 | B | 11E | 20 | 55 |
| Octal | 336 | 313 | 344 | 3 | 13 | 0 | 13 | 436 | 40 | 125 |
| Binary | 11011110 | 11001011 | 11100100 | 11 | 1011 | 0 | 1011 | 100011110 | 100000 | 1010101 |
Color Harmonies of #DECBE4
Complementary color
Monochromatic Colors of #DECBE4
Black with #DECBE4
Text Example
Text Example
White with #DECBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBE4; }
p { color: rgb(222,203,228); }
H1.HeaderClassName
{
color: #DECBE4;
}
.AnyTagClassName
{
color: #DECBE4;
}
</style>
background-color css
<style>
a { background-color: #DECBE4; }
a { background-color: rgb(222,203,228); }
div.DivClassName
{
background-color: #DECBE4;
}
.BgClassName
{
background-color: #DECBE4;
}
</style>
border-color css
<style>
span { border-color: #DECBE4; }
span { border-color: rgb(222,203,228); }
td.TdClassName
{
border-color: #DECBE4;
}
.TagClassName
{
border-color: #DECBE4;
}
</style>