Shades of Blue Chalk #DBBEE7
Tints of Blue Chalk #DBBEE7
RGB
CMYK
RGB Variations
Color information
#DBBEE7 (or 0xDBBEE7) is known color: Blue Chalk. HEX triplet: DB, BE and E7. RGB value is (219,190,231). Sum of RGB (Red+Green+Blue) = 219+190+231=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEE7 is #244118. Grayscale: #CBCBCB. Windows color (decimal): -2375961 or 15187675. OLE color: 15187675.
HSL color Cylindrical-coordinate representation of color #DBBEE7: hue angle of 282.44º 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 #DBBEE7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 190 | 231 | - |
CMYK | 0.05 | 0.18 | 0 | 0.09 |
HSL | 282.44º | 0.46% | 0.83% | - |
HSV(B) | 282.44º | 0.18% | 0.91% | - |
XYZ | 62.05 | 57.66 | 83.46 | - |
YUV | 203.35 | 143.61 | 139.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 231 | 0.05 | 0.18 | 0 | 0.09 | 282.44 | 0.46 | 0.83 |
Hex | DB | BE | E7 | 5 | 12 | 0 | 9 | 11A | 2E | 53 |
Octal | 333 | 276 | 347 | 5 | 22 | 0 | 11 | 432 | 56 | 123 |
Binary | 11011011 | 10111110 | 11100111 | 101 | 10010 | 0 | 1001 | 100011010 | 101110 | 1010011 |
Color Harmonies of #DBBEE7
Complementary color
Monochromatic Colors of #DBBEE7
Black with #DBBEE7
Text Example
Text Example
White with #DBBEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEE7; }
p { color: rgb(219,190,231); }
H1.HeaderClassName
{
color: #DBBEE7;
}
.AnyTagClassName
{
color: #DBBEE7;
}
</style>
background-color css
<style>
a { background-color: #DBBEE7; }
a { background-color: rgb(219,190,231); }
div.DivClassName
{
background-color: #DBBEE7;
}
.BgClassName
{
background-color: #DBBEE7;
}
</style>
border-color css
<style>
span { border-color: #DBBEE7; }
span { border-color: rgb(219,190,231); }
td.TdClassName
{
border-color: #DBBEE7;
}
.TagClassName
{
border-color: #DBBEE7;
}
</style>