Shades of Blue Chalk #DCBEE7
Tints of Blue Chalk #DCBEE7
RGB
CMYK
RGB Variations
Color information
#DCBEE7 (or 0xDCBEE7) is known color: Blue Chalk. HEX triplet: DC, BE and E7. RGB value is (220,190,231). Sum of RGB (Red+Green+Blue) = 220+190+231=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEE7 is #234118. Grayscale: #CBCBCB. Windows color (decimal): -2310425 or 15187676. OLE color: 15187676.
HSL color Cylindrical-coordinate representation of color #DCBEE7: hue angle of 283.9º degrees, saturation: 0.46, 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 #DCBEE7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 190 | 231 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.09 |
| HSL | 283.9º | 0.46% | 0.83% | - |
| HSV(B) | 283.9º | 0.18% | 0.91% | - |
| XYZ | 62.35 | 57.81 | 83.47 | - |
| YUV | 203.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 231 | 0.05 | 0.18 | 0 | 0.09 | 283.9 | 0.46 | 0.83 |
| Hex | DC | BE | E7 | 5 | 12 | 0 | 9 | 11C | 2E | 53 |
| Octal | 334 | 276 | 347 | 5 | 22 | 0 | 11 | 434 | 56 | 123 |
| Binary | 11011100 | 10111110 | 11100111 | 101 | 10010 | 0 | 1001 | 100011100 | 101110 | 1010011 |
Color Harmonies of #DCBEE7
Complementary color
Monochromatic Colors of #DCBEE7
Black with #DCBEE7
Text Example
Text Example
White with #DCBEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEE7; }
p { color: rgb(220,190,231); }
H1.HeaderClassName
{
color: #DCBEE7;
}
.AnyTagClassName
{
color: #DCBEE7;
}
</style>
background-color css
<style>
a { background-color: #DCBEE7; }
a { background-color: rgb(220,190,231); }
div.DivClassName
{
background-color: #DCBEE7;
}
.BgClassName
{
background-color: #DCBEE7;
}
</style>
border-color css
<style>
span { border-color: #DCBEE7; }
span { border-color: rgb(220,190,231); }
td.TdClassName
{
border-color: #DCBEE7;
}
.TagClassName
{
border-color: #DCBEE7;
}
</style>