Shades of Blue Chalk #DCC2E9
Tints of Blue Chalk #DCC2E9
RGB
CMYK
RGB Variations
Color information
#DCC2E9 (or 0xDCC2E9) is known color: Blue Chalk. HEX triplet: DC, C2 and E9. RGB value is (220,194,233). Sum of RGB (Red+Green+Blue) = 220+194+233=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCC2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2E9 is #233D16. Grayscale: #CECECE. Windows color (decimal): -2309399 or 15319772. OLE color: 15319772.
HSL color Cylindrical-coordinate representation of color #DCC2E9: hue angle of 280º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC2E9 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 194 | 233 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.09 |
| HSL | 280º | 0.47% | 0.84% | - |
| HSV(B) | 280º | 0.17% | 0.91% | - |
| XYZ | 63.51 | 59.68 | 85.26 | - |
| YUV | 206.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 233 | 0.06 | 0.17 | 0 | 0.09 | 280 | 0.47 | 0.84 |
| Hex | DC | C2 | E9 | 6 | 11 | 0 | 9 | 118 | 2F | 54 |
| Octal | 334 | 302 | 351 | 6 | 21 | 0 | 11 | 430 | 57 | 124 |
| Binary | 11011100 | 11000010 | 11101001 | 110 | 10001 | 0 | 1001 | 100011000 | 101111 | 1010100 |
Color Harmonies of #DCC2E9
Complementary color
Monochromatic Colors of #DCC2E9
Black with #DCC2E9
Text Example
Text Example
White with #DCC2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2E9; }
p { color: rgb(220,194,233); }
H1.HeaderClassName
{
color: #DCC2E9;
}
.AnyTagClassName
{
color: #DCC2E9;
}
</style>
background-color css
<style>
a { background-color: #DCC2E9; }
a { background-color: rgb(220,194,233); }
div.DivClassName
{
background-color: #DCC2E9;
}
.BgClassName
{
background-color: #DCC2E9;
}
</style>
border-color css
<style>
span { border-color: #DCC2E9; }
span { border-color: rgb(220,194,233); }
td.TdClassName
{
border-color: #DCC2E9;
}
.TagClassName
{
border-color: #DCC2E9;
}
</style>