Shades of Blue Chalk #DCBFE9
Tints of Blue Chalk #DCBFE9
RGB
CMYK
RGB Variations
Color information
#DCBFE9 (or 0xDCBFE9) is known color: Blue Chalk. HEX triplet: DC, BF and E9. RGB value is (220,191,233). Sum of RGB (Red+Green+Blue) = 220+191+233=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCBFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFE9 is #234016. Grayscale: #CCCCCC. Windows color (decimal): -2310167 or 15319004. OLE color: 15319004.
HSL color Cylindrical-coordinate representation of color #DCBFE9: hue angle of 281.43º degrees, saturation: 0.49, 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 #DCBFE9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 191 | 233 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.09 |
| HSL | 281.43º | 0.49% | 0.83% | - |
| HSV(B) | 281.43º | 0.18% | 0.91% | - |
| XYZ | 62.85 | 58.36 | 85.04 | - |
| YUV | 204.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 233 | 0.06 | 0.18 | 0 | 0.09 | 281.43 | 0.49 | 0.83 |
| Hex | DC | BF | E9 | 6 | 12 | 0 | 9 | 119 | 31 | 53 |
| Octal | 334 | 277 | 351 | 6 | 22 | 0 | 11 | 431 | 61 | 123 |
| Binary | 11011100 | 10111111 | 11101001 | 110 | 10010 | 0 | 1001 | 100011001 | 110001 | 1010011 |
Color Harmonies of #DCBFE9
Complementary color
Monochromatic Colors of #DCBFE9
Black with #DCBFE9
Text Example
Text Example
White with #DCBFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFE9; }
p { color: rgb(220,191,233); }
H1.HeaderClassName
{
color: #DCBFE9;
}
.AnyTagClassName
{
color: #DCBFE9;
}
</style>
background-color css
<style>
a { background-color: #DCBFE9; }
a { background-color: rgb(220,191,233); }
div.DivClassName
{
background-color: #DCBFE9;
}
.BgClassName
{
background-color: #DCBFE9;
}
</style>
border-color css
<style>
span { border-color: #DCBFE9; }
span { border-color: rgb(220,191,233); }
td.TdClassName
{
border-color: #DCBFE9;
}
.TagClassName
{
border-color: #DCBFE9;
}
</style>