Shades of Blue Chalk #DCC5E9
Tints of Blue Chalk #DCC5E9
RGB
CMYK
RGB Variations
Color information
#DCC5E9 (or 0xDCC5E9) is known color: Blue Chalk. HEX triplet: DC, C5 and E9. RGB value is (220,197,233). Sum of RGB (Red+Green+Blue) = 220+197+233=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5E9 is #233A16. Grayscale: #CFCFCF. Windows color (decimal): -2308631 or 15320540. OLE color: 15320540.
HSL color Cylindrical-coordinate representation of color #DCC5E9: hue angle of 278.33º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC5E9 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 197 | 233 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.09 |
| HSL | 278.33º | 0.45% | 0.84% | - |
| HSV(B) | 278.33º | 0.15% | 0.91% | - |
| XYZ | 64.19 | 61.03 | 85.49 | - |
| YUV | 207.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 233 | 0.06 | 0.15 | 0 | 0.09 | 278.33 | 0.45 | 0.84 |
| Hex | DC | C5 | E9 | 6 | F | 0 | 9 | 116 | 2D | 54 |
| Octal | 334 | 305 | 351 | 6 | 17 | 0 | 11 | 426 | 55 | 124 |
| Binary | 11011100 | 11000101 | 11101001 | 110 | 1111 | 0 | 1001 | 100010110 | 101101 | 1010100 |
Color Harmonies of #DCC5E9
Complementary color
Monochromatic Colors of #DCC5E9
Black with #DCC5E9
Text Example
Text Example
White with #DCC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5E9; }
p { color: rgb(220,197,233); }
H1.HeaderClassName
{
color: #DCC5E9;
}
.AnyTagClassName
{
color: #DCC5E9;
}
</style>
background-color css
<style>
a { background-color: #DCC5E9; }
a { background-color: rgb(220,197,233); }
div.DivClassName
{
background-color: #DCC5E9;
}
.BgClassName
{
background-color: #DCC5E9;
}
</style>
border-color css
<style>
span { border-color: #DCC5E9; }
span { border-color: rgb(220,197,233); }
td.TdClassName
{
border-color: #DCC5E9;
}
.TagClassName
{
border-color: #DCC5E9;
}
</style>