Shades of Hawkes Blue #D3DFEE
Tints of Hawkes Blue #D3DFEE
RGB
CMYK
RGB Variations
Color information
#D3DFEE (or 0xD3DFEE) is known color: Hawkes Blue. HEX triplet: D3, DF and EE. RGB value is (211,223,238). Sum of RGB (Red+Green+Blue) = 211+223+238=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFEE is #2C2011. Grayscale: #DDDDDD. Windows color (decimal): -2891794 or 15654867. OLE color: 15654867.
HSL color Cylindrical-coordinate representation of color #D3DFEE: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DFEE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 223 | 238 | - |
CMYK | 0.11 | 0.06 | 0 | 0.07 |
HSL | 213.33º | 0.44% | 0.88% | - |
HSV(B) | 213.33º | 0.11% | 0.93% | - |
XYZ | 68.68 | 72.8 | 91.32 | - |
YUV | 221.12 | 137.52 | 120.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 223 | 238 | 0.11 | 0.06 | 0 | 0.07 | 213.33 | 0.44 | 0.88 |
Hex | D3 | DF | EE | B | 6 | 0 | 7 | D5 | 2C | 58 |
Octal | 323 | 337 | 356 | 13 | 6 | 0 | 7 | 325 | 54 | 130 |
Binary | 11010011 | 11011111 | 11101110 | 1011 | 110 | 0 | 111 | 11010101 | 101100 | 1011000 |
Color Harmonies of #D3DFEE
Complementary color
Monochromatic Colors of #D3DFEE
Black with #D3DFEE
Text Example
Text Example
White with #D3DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFEE; }
p { color: rgb(211,223,238); }
H1.HeaderClassName
{
color: #D3DFEE;
}
.AnyTagClassName
{
color: #D3DFEE;
}
</style>
background-color css
<style>
a { background-color: #D3DFEE; }
a { background-color: rgb(211,223,238); }
div.DivClassName
{
background-color: #D3DFEE;
}
.BgClassName
{
background-color: #D3DFEE;
}
</style>
border-color css
<style>
span { border-color: #D3DFEE; }
span { border-color: rgb(211,223,238); }
td.TdClassName
{
border-color: #D3DFEE;
}
.TagClassName
{
border-color: #D3DFEE;
}
</style>