Shades of Hawkes Blue #DBDEED
Tints of Hawkes Blue #DBDEED
RGB
CMYK
RGB Variations
Color information
#DBDEED (or 0xDBDEED) is known color: Hawkes Blue. HEX triplet: DB, DE and ED. RGB value is (219,222,237). Sum of RGB (Red+Green+Blue) = 219+222+237=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEED is #242112. Grayscale: #DEDEDE. Windows color (decimal): -2367763 or 15589083. OLE color: 15589083.
HSL color Cylindrical-coordinate representation of color #DBDEED: hue angle of 230º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDEED is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 222 | 237 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 230º | 0.33% | 0.89% | - |
HSV(B) | 230º | 0.08% | 0.93% | - |
XYZ | 70.62 | 73.42 | 90.57 | - |
YUV | 222.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 237 | 0.08 | 0.06 | 0 | 0.07 | 230 | 0.33 | 0.89 |
Hex | DB | DE | ED | 8 | 6 | 0 | 7 | E6 | 21 | 59 |
Octal | 333 | 336 | 355 | 10 | 6 | 0 | 7 | 346 | 41 | 131 |
Binary | 11011011 | 11011110 | 11101101 | 1000 | 110 | 0 | 111 | 11100110 | 100001 | 1011001 |
Color Harmonies of #DBDEED
Complementary color
Monochromatic Colors of #DBDEED
Black with #DBDEED
Text Example
Text Example
White with #DBDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEED; }
p { color: rgb(219,222,237); }
H1.HeaderClassName
{
color: #DBDEED;
}
.AnyTagClassName
{
color: #DBDEED;
}
</style>
background-color css
<style>
a { background-color: #DBDEED; }
a { background-color: rgb(219,222,237); }
div.DivClassName
{
background-color: #DBDEED;
}
.BgClassName
{
background-color: #DBDEED;
}
</style>
border-color css
<style>
span { border-color: #DBDEED; }
span { border-color: rgb(219,222,237); }
td.TdClassName
{
border-color: #DBDEED;
}
.TagClassName
{
border-color: #DBDEED;
}
</style>