Shades of Blue Chalk #DEC1EC
Tints of Blue Chalk #DEC1EC
RGB
CMYK
RGB Variations
Color information
#DEC1EC (or 0xDEC1EC) is known color: Blue Chalk. HEX triplet: DE, C1 and EC. RGB value is (222,193,236). Sum of RGB (Red+Green+Blue) = 222+193+236=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1EC is #213E13. Grayscale: #CECECE. Windows color (decimal): -2178580 or 15516126. OLE color: 15516126.
HSL color Cylindrical-coordinate representation of color #DEC1EC: hue angle of 280.47º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC1EC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 193 | 236 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.07 |
| HSL | 280.47º | 0.53% | 0.84% | - |
| HSV(B) | 280.47º | 0.18% | 0.93% | - |
| XYZ | 64.33 | 59.73 | 87.49 | - |
| YUV | 206.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 236 | 0.06 | 0.18 | 0 | 0.07 | 280.47 | 0.53 | 0.84 |
| Hex | DE | C1 | EC | 6 | 12 | 0 | 7 | 118 | 35 | 54 |
| Octal | 336 | 301 | 354 | 6 | 22 | 0 | 7 | 430 | 65 | 124 |
| Binary | 11011110 | 11000001 | 11101100 | 110 | 10010 | 0 | 111 | 100011000 | 110101 | 1010100 |
Color Harmonies of #DEC1EC
Complementary color
Monochromatic Colors of #DEC1EC
Black with #DEC1EC
Text Example
Text Example
White with #DEC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1EC; }
p { color: rgb(222,193,236); }
H1.HeaderClassName
{
color: #DEC1EC;
}
.AnyTagClassName
{
color: #DEC1EC;
}
</style>
background-color css
<style>
a { background-color: #DEC1EC; }
a { background-color: rgb(222,193,236); }
div.DivClassName
{
background-color: #DEC1EC;
}
.BgClassName
{
background-color: #DEC1EC;
}
</style>
border-color css
<style>
span { border-color: #DEC1EC; }
span { border-color: rgb(222,193,236); }
td.TdClassName
{
border-color: #DEC1EC;
}
.TagClassName
{
border-color: #DEC1EC;
}
</style>