Shades of Hawkes Blue #DADBE0
Tints of Hawkes Blue #DADBE0
RGB
CMYK
RGB Variations
Color information
#DADBE0 (or 0xDADBE0) is known color: Hawkes Blue. HEX triplet: DA, DB and E0. RGB value is (218,219,224). Sum of RGB (Red+Green+Blue) = 218+219+224=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBE0 is #25241F. Grayscale: #DBDBDB. Windows color (decimal): -2434080 or 14736346. OLE color: 14736346.
HSL color Cylindrical-coordinate representation of color #DADBE0: hue angle of 230º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADBE0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 218 | 219 | 224 | - |
CMYK | 0.03 | 0.02 | 0 | 0.12 |
HSL | 230º | 0.09% | 0.87% | - |
HSV(B) | 230º | 0.03% | 0.88% | - |
XYZ | 67.7 | 70.95 | 80.65 | - |
YUV | 219.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 224 | 0.03 | 0.02 | 0 | 0.12 | 230 | 0.09 | 0.87 |
Hex | DA | DB | E0 | 3 | 2 | 0 | C | E6 | 9 | 57 |
Octal | 332 | 333 | 340 | 3 | 2 | 0 | 14 | 346 | 11 | 127 |
Binary | 11011010 | 11011011 | 11100000 | 11 | 10 | 0 | 1100 | 11100110 | 1001 | 1010111 |
Color Harmonies of #DADBE0
Complementary color
Monochromatic Colors of #DADBE0
Black with #DADBE0
Text Example
Text Example
White with #DADBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBE0; }
p { color: rgb(218,219,224); }
H1.HeaderClassName
{
color: #DADBE0;
}
.AnyTagClassName
{
color: #DADBE0;
}
</style>
background-color css
<style>
a { background-color: #DADBE0; }
a { background-color: rgb(218,219,224); }
div.DivClassName
{
background-color: #DADBE0;
}
.BgClassName
{
background-color: #DADBE0;
}
</style>
border-color css
<style>
span { border-color: #DADBE0; }
span { border-color: rgb(218,219,224); }
td.TdClassName
{
border-color: #DADBE0;
}
.TagClassName
{
border-color: #DADBE0;
}
</style>