Shades of Blue Chalk #DCBCE8
Tints of Blue Chalk #DCBCE8
RGB
CMYK
RGB Variations
Color information
#DCBCE8 (or 0xDCBCE8) is known color: Blue Chalk. HEX triplet: DC, BC and E8. RGB value is (220,188,232). Sum of RGB (Red+Green+Blue) = 220+188+232=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCE8 is #234317. Grayscale: #CACACA. Windows color (decimal): -2310936 or 15252700. OLE color: 15252700.
HSL color Cylindrical-coordinate representation of color #DCBCE8: hue angle of 283.64º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBCE8 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 188 | 232 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.09 |
| HSL | 283.64º | 0.49% | 0.82% | - |
| HSV(B) | 283.64º | 0.19% | 0.91% | - |
| XYZ | 62.06 | 57.01 | 84.08 | - |
| YUV | 202.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 232 | 0.05 | 0.19 | 0 | 0.09 | 283.64 | 0.49 | 0.82 |
| Hex | DC | BC | E8 | 5 | 13 | 0 | 9 | 11C | 31 | 52 |
| Octal | 334 | 274 | 350 | 5 | 23 | 0 | 11 | 434 | 61 | 122 |
| Binary | 11011100 | 10111100 | 11101000 | 101 | 10011 | 0 | 1001 | 100011100 | 110001 | 1010010 |
Color Harmonies of #DCBCE8
Complementary color
Monochromatic Colors of #DCBCE8
Black with #DCBCE8
Text Example
Text Example
White with #DCBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCE8; }
p { color: rgb(220,188,232); }
H1.HeaderClassName
{
color: #DCBCE8;
}
.AnyTagClassName
{
color: #DCBCE8;
}
</style>
background-color css
<style>
a { background-color: #DCBCE8; }
a { background-color: rgb(220,188,232); }
div.DivClassName
{
background-color: #DCBCE8;
}
.BgClassName
{
background-color: #DCBCE8;
}
</style>
border-color css
<style>
span { border-color: #DCBCE8; }
span { border-color: rgb(220,188,232); }
td.TdClassName
{
border-color: #DCBCE8;
}
.TagClassName
{
border-color: #DCBCE8;
}
</style>