Shades of Blue Chalk #DECBE5
Tints of Blue Chalk #DECBE5
RGB
CMYK
RGB Variations
Color information
#DECBE5 (or 0xDECBE5) is known color: Blue Chalk. HEX triplet: DE, CB and E5. RGB value is (222,203,229). Sum of RGB (Red+Green+Blue) = 222+203+229=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #DECBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBE5 is #21341A. Grayscale: #D3D3D3. Windows color (decimal): -2176027 or 15059934. OLE color: 15059934.
HSL color Cylindrical-coordinate representation of color #DECBE5: hue angle of 283.85º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECBE5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 203 | 229 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.10 |
| HSL | 283.85º | 0.33% | 0.85% | - |
| HSV(B) | 283.85º | 0.11% | 0.9% | - |
| XYZ | 65.62 | 63.9 | 83 | - |
| YUV | 211.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 229 | 0.03 | 0.11 | 0 | 0.10 | 283.85 | 0.33 | 0.85 |
| Hex | DE | CB | E5 | 3 | B | 0 | A | 11C | 21 | 55 |
| Octal | 336 | 313 | 345 | 3 | 13 | 0 | 12 | 434 | 41 | 125 |
| Binary | 11011110 | 11001011 | 11100101 | 11 | 1011 | 0 | 1010 | 100011100 | 100001 | 1010101 |
Color Harmonies of #DECBE5
Complementary color
Monochromatic Colors of #DECBE5
Black with #DECBE5
Text Example
Text Example
White with #DECBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBE5; }
p { color: rgb(222,203,229); }
H1.HeaderClassName
{
color: #DECBE5;
}
.AnyTagClassName
{
color: #DECBE5;
}
</style>
background-color css
<style>
a { background-color: #DECBE5; }
a { background-color: rgb(222,203,229); }
div.DivClassName
{
background-color: #DECBE5;
}
.BgClassName
{
background-color: #DECBE5;
}
</style>
border-color css
<style>
span { border-color: #DECBE5; }
span { border-color: rgb(222,203,229); }
td.TdClassName
{
border-color: #DECBE5;
}
.TagClassName
{
border-color: #DECBE5;
}
</style>