Shades of Hawkes Blue #D0DBF2
Tints of Hawkes Blue #D0DBF2
RGB
CMYK
RGB Variations
Color information
#D0DBF2 (or 0xD0DBF2) is known color: Hawkes Blue. HEX triplet: D0, DB and F2. RGB value is (208,219,242). Sum of RGB (Red+Green+Blue) = 208+219+242=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBF2 is #2F240D. Grayscale: #DADADA. Windows color (decimal): -3089422 or 15915984. OLE color: 15915984.
HSL color Cylindrical-coordinate representation of color #D0DBF2: hue angle of 220.59º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0DBF2 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 208 | 219 | 242 | - |
CMYK | 0.14 | 0.10 | 0 | 0.05 |
HSL | 220.59º | 0.57% | 0.88% | - |
HSV(B) | 220.59º | 0.14% | 0.95% | - |
XYZ | 67.37 | 70.48 | 94.06 | - |
YUV | 218.33 | 141.36 | 120.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 242 | 0.14 | 0.10 | 0 | 0.05 | 220.59 | 0.57 | 0.88 |
Hex | D0 | DB | F2 | E | A | 0 | 5 | DD | 39 | 58 |
Octal | 320 | 333 | 362 | 16 | 12 | 0 | 5 | 335 | 71 | 130 |
Binary | 11010000 | 11011011 | 11110010 | 1110 | 1010 | 0 | 101 | 11011101 | 111001 | 1011000 |
Color Harmonies of #D0DBF2
Complementary color
Monochromatic Colors of #D0DBF2
Black with #D0DBF2
Text Example
Text Example
White with #D0DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBF2; }
p { color: rgb(208,219,242); }
H1.HeaderClassName
{
color: #D0DBF2;
}
.AnyTagClassName
{
color: #D0DBF2;
}
</style>
background-color css
<style>
a { background-color: #D0DBF2; }
a { background-color: rgb(208,219,242); }
div.DivClassName
{
background-color: #D0DBF2;
}
.BgClassName
{
background-color: #D0DBF2;
}
</style>
border-color css
<style>
span { border-color: #D0DBF2; }
span { border-color: rgb(208,219,242); }
td.TdClassName
{
border-color: #D0DBF2;
}
.TagClassName
{
border-color: #D0DBF2;
}
</style>