Shades of Blue Chalk #DCC0E7
Tints of Blue Chalk #DCC0E7
RGB
CMYK
RGB Variations
Color information
#DCC0E7 (or 0xDCC0E7) is known color: Blue Chalk. HEX triplet: DC, C0 and E7. RGB value is (220,192,231). Sum of RGB (Red+Green+Blue) = 220+192+231=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCC0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0E7 is #233F18. Grayscale: #CCCCCC. Windows color (decimal): -2309913 or 15188188. OLE color: 15188188.
HSL color Cylindrical-coordinate representation of color #DCC0E7: hue angle of 283.08º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC0E7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 192 | 231 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.09 |
| HSL | 283.08º | 0.45% | 0.83% | - |
| HSV(B) | 283.08º | 0.17% | 0.91% | - |
| XYZ | 62.79 | 58.68 | 83.62 | - |
| YUV | 204.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 231 | 0.05 | 0.17 | 0 | 0.09 | 283.08 | 0.45 | 0.83 |
| Hex | DC | C0 | E7 | 5 | 11 | 0 | 9 | 11B | 2D | 53 |
| Octal | 334 | 300 | 347 | 5 | 21 | 0 | 11 | 433 | 55 | 123 |
| Binary | 11011100 | 11000000 | 11100111 | 101 | 10001 | 0 | 1001 | 100011011 | 101101 | 1010011 |
Color Harmonies of #DCC0E7
Complementary color
Monochromatic Colors of #DCC0E7
Black with #DCC0E7
Text Example
Text Example
White with #DCC0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0E7; }
p { color: rgb(220,192,231); }
H1.HeaderClassName
{
color: #DCC0E7;
}
.AnyTagClassName
{
color: #DCC0E7;
}
</style>
background-color css
<style>
a { background-color: #DCC0E7; }
a { background-color: rgb(220,192,231); }
div.DivClassName
{
background-color: #DCC0E7;
}
.BgClassName
{
background-color: #DCC0E7;
}
</style>
border-color css
<style>
span { border-color: #DCC0E7; }
span { border-color: rgb(220,192,231); }
td.TdClassName
{
border-color: #DCC0E7;
}
.TagClassName
{
border-color: #DCC0E7;
}
</style>