Shades of Hawkes Blue #D3DEFF
Tints of Hawkes Blue #D3DEFF
RGB
CMYK
RGB Variations
Color information
#D3DEFF (or 0xD3DEFF) is known color: Hawkes Blue. HEX triplet: D3, DE and FF. RGB value is (211,222,255). Sum of RGB (Red+Green+Blue) = 211+222+255=688 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.67% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DEFF is #2C2100. Grayscale: #DEDEDE. Windows color (decimal): -2892033 or 16768723. OLE color: 16768723.
HSL color Cylindrical-coordinate representation of color #D3DEFF: hue angle of 225º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3DEFF is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 222 | 255 | - |
| CMYK | 0.17 | 0.13 | 0 | 0 |
| HSL | 225º | 1% | 0.91% | - |
| HSV(B) | 225º | 0.17% | 1% | - |
| XYZ | 71.04 | 73.31 | 105.01 | - |
| YUV | 222.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 255 | 0.17 | 0.13 | 0 | 0 | 225 | 1 | 0.91 |
| Hex | D3 | DE | FF | 11 | D | 0 | 0 | E1 | 64 | 5B |
| Octal | 323 | 336 | 377 | 21 | 15 | 0 | 0 | 341 | 144 | 133 |
| Binary | 11010011 | 11011110 | 11111111 | 10001 | 1101 | 0 | 0 | 11100001 | 1100100 | 1011011 |
Color Harmonies of #D3DEFF
Complementary color
Monochromatic Colors of #D3DEFF
Black with #D3DEFF
Text Example
Text Example
White with #D3DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEFF; }
p { color: rgb(211,222,255); }
H1.HeaderClassName
{
color: #D3DEFF;
}
.AnyTagClassName
{
color: #D3DEFF;
}
</style>
background-color css
<style>
a { background-color: #D3DEFF; }
a { background-color: rgb(211,222,255); }
div.DivClassName
{
background-color: #D3DEFF;
}
.BgClassName
{
background-color: #D3DEFF;
}
</style>
border-color css
<style>
span { border-color: #D3DEFF; }
span { border-color: rgb(211,222,255); }
td.TdClassName
{
border-color: #D3DEFF;
}
.TagClassName
{
border-color: #D3DEFF;
}
</style>