Shades of Blue Chalk #DCBFE7
Tints of Blue Chalk #DCBFE7
RGB
CMYK
RGB Variations
Color information
#DCBFE7 (or 0xDCBFE7) is known color: Blue Chalk. HEX triplet: DC, BF and E7. RGB value is (220,191,231). Sum of RGB (Red+Green+Blue) = 220+191+231=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFE7 is #234018. Grayscale: #CCCCCC. Windows color (decimal): -2310169 or 15187932. OLE color: 15187932.
HSL color Cylindrical-coordinate representation of color #DCBFE7: hue angle of 283.5º 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 #DCBFE7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 191 | 231 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.09 |
| HSL | 283.5º | 0.45% | 0.83% | - |
| HSV(B) | 283.5º | 0.17% | 0.91% | - |
| XYZ | 62.57 | 58.25 | 83.55 | - |
| YUV | 204.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 231 | 0.05 | 0.17 | 0 | 0.09 | 283.5 | 0.45 | 0.83 |
| Hex | DC | BF | E7 | 5 | 11 | 0 | 9 | 11C | 2D | 53 |
| Octal | 334 | 277 | 347 | 5 | 21 | 0 | 11 | 434 | 55 | 123 |
| Binary | 11011100 | 10111111 | 11100111 | 101 | 10001 | 0 | 1001 | 100011100 | 101101 | 1010011 |
Color Harmonies of #DCBFE7
Complementary color
Monochromatic Colors of #DCBFE7
Black with #DCBFE7
Text Example
Text Example
White with #DCBFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFE7; }
p { color: rgb(220,191,231); }
H1.HeaderClassName
{
color: #DCBFE7;
}
.AnyTagClassName
{
color: #DCBFE7;
}
</style>
background-color css
<style>
a { background-color: #DCBFE7; }
a { background-color: rgb(220,191,231); }
div.DivClassName
{
background-color: #DCBFE7;
}
.BgClassName
{
background-color: #DCBFE7;
}
</style>
border-color css
<style>
span { border-color: #DCBFE7; }
span { border-color: rgb(220,191,231); }
td.TdClassName
{
border-color: #DCBFE7;
}
.TagClassName
{
border-color: #DCBFE7;
}
</style>