Shades of Hawkes Blue #D0DBFC
Tints of Hawkes Blue #D0DBFC
RGB
CMYK
RGB Variations
Color information
#D0DBFC (or 0xD0DBFC) is known color: Hawkes Blue. HEX triplet: D0, DB and FC. RGB value is (208,219,252). Sum of RGB (Red+Green+Blue) = 208+219+252=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBFC is #2F2403. Grayscale: #DBDBDB. Windows color (decimal): -3089412 or 16571344. OLE color: 16571344.
HSL color Cylindrical-coordinate representation of color #D0DBFC: hue angle of 225º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DBFC is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 219 | 252 | - |
CMYK | 0.17 | 0.13 | 0 | 0.01 |
HSL | 225º | 0.88% | 0.9% | - |
HSV(B) | 225º | 0.17% | 0.99% | - |
XYZ | 68.91 | 71.1 | 102.19 | - |
YUV | 219.47 | 146.36 | 119.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 252 | 0.17 | 0.13 | 0 | 0.01 | 225 | 0.88 | 0.9 |
Hex | D0 | DB | FC | 11 | D | 0 | 1 | E1 | 58 | 5A |
Octal | 320 | 333 | 374 | 21 | 15 | 0 | 1 | 341 | 130 | 132 |
Binary | 11010000 | 11011011 | 11111100 | 10001 | 1101 | 0 | 1 | 11100001 | 1011000 | 1011010 |
Color Harmonies of #D0DBFC
Complementary color
Monochromatic Colors of #D0DBFC
Black with #D0DBFC
Text Example
Text Example
White with #D0DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBFC; }
p { color: rgb(208,219,252); }
H1.HeaderClassName
{
color: #D0DBFC;
}
.AnyTagClassName
{
color: #D0DBFC;
}
</style>
background-color css
<style>
a { background-color: #D0DBFC; }
a { background-color: rgb(208,219,252); }
div.DivClassName
{
background-color: #D0DBFC;
}
.BgClassName
{
background-color: #D0DBFC;
}
</style>
border-color css
<style>
span { border-color: #D0DBFC; }
span { border-color: rgb(208,219,252); }
td.TdClassName
{
border-color: #D0DBFC;
}
.TagClassName
{
border-color: #D0DBFC;
}
</style>