Shades of Blue Chalk #DCBFE8
Tints of Blue Chalk #DCBFE8
RGB
CMYK
RGB Variations
Color information
#DCBFE8 (or 0xDCBFE8) is known color: Blue Chalk. HEX triplet: DC, BF and E8. RGB value is (220,191,232). Sum of RGB (Red+Green+Blue) = 220+191+232=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFE8 is #234017. Grayscale: #CCCCCC. Windows color (decimal): -2310168 or 15253468. OLE color: 15253468.
HSL color Cylindrical-coordinate representation of color #DCBFE8: hue angle of 282.44º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBFE8 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 191 | 232 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.09 |
| HSL | 282.44º | 0.47% | 0.83% | - |
| HSV(B) | 282.44º | 0.18% | 0.91% | - |
| XYZ | 62.71 | 58.3 | 84.29 | - |
| YUV | 204.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 232 | 0.05 | 0.18 | 0 | 0.09 | 282.44 | 0.47 | 0.83 |
| Hex | DC | BF | E8 | 5 | 12 | 0 | 9 | 11A | 2F | 53 |
| Octal | 334 | 277 | 350 | 5 | 22 | 0 | 11 | 432 | 57 | 123 |
| Binary | 11011100 | 10111111 | 11101000 | 101 | 10010 | 0 | 1001 | 100011010 | 101111 | 1010011 |
Color Harmonies of #DCBFE8
Complementary color
Monochromatic Colors of #DCBFE8
Black with #DCBFE8
Text Example
Text Example
White with #DCBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFE8; }
p { color: rgb(220,191,232); }
H1.HeaderClassName
{
color: #DCBFE8;
}
.AnyTagClassName
{
color: #DCBFE8;
}
</style>
background-color css
<style>
a { background-color: #DCBFE8; }
a { background-color: rgb(220,191,232); }
div.DivClassName
{
background-color: #DCBFE8;
}
.BgClassName
{
background-color: #DCBFE8;
}
</style>
border-color css
<style>
span { border-color: #DCBFE8; }
span { border-color: rgb(220,191,232); }
td.TdClassName
{
border-color: #DCBFE8;
}
.TagClassName
{
border-color: #DCBFE8;
}
</style>