Shades of Blue Chalk #DECDE6
Tints of Blue Chalk #DECDE6
RGB
CMYK
RGB Variations
Color information
#DECDE6 (or 0xDECDE6) is known color: Blue Chalk. HEX triplet: DE, CD and E6. RGB value is (222,205,230). Sum of RGB (Red+Green+Blue) = 222+205+230=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #DECDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECDE6 is #213219. Grayscale: #D4D4D4. Windows color (decimal): -2175514 or 15125982. OLE color: 15125982.
HSL color Cylindrical-coordinate representation of color #DECDE6: hue angle of 280.8º 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 #DECDE6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 205 | 230 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.10 |
| HSL | 280.8º | 0.33% | 0.85% | - |
| HSV(B) | 280.8º | 0.11% | 0.9% | - |
| XYZ | 66.24 | 64.91 | 83.9 | - |
| YUV | 212.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 230 | 0.03 | 0.11 | 0 | 0.10 | 280.8 | 0.33 | 0.85 |
| Hex | DE | CD | E6 | 3 | B | 0 | A | 119 | 21 | 55 |
| Octal | 336 | 315 | 346 | 3 | 13 | 0 | 12 | 431 | 41 | 125 |
| Binary | 11011110 | 11001101 | 11100110 | 11 | 1011 | 0 | 1010 | 100011001 | 100001 | 1010101 |
Color Harmonies of #DECDE6
Complementary color
Monochromatic Colors of #DECDE6
Black with #DECDE6
Text Example
Text Example
White with #DECDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDE6; }
p { color: rgb(222,205,230); }
H1.HeaderClassName
{
color: #DECDE6;
}
.AnyTagClassName
{
color: #DECDE6;
}
</style>
background-color css
<style>
a { background-color: #DECDE6; }
a { background-color: rgb(222,205,230); }
div.DivClassName
{
background-color: #DECDE6;
}
.BgClassName
{
background-color: #DECDE6;
}
</style>
border-color css
<style>
span { border-color: #DECDE6; }
span { border-color: rgb(222,205,230); }
td.TdClassName
{
border-color: #DECDE6;
}
.TagClassName
{
border-color: #DECDE6;
}
</style>