Shades of Hawkes Blue #D3E2FD
Tints of Hawkes Blue #D3E2FD
RGB
CMYK
RGB Variations
Color information
#D3E2FD (or 0xD3E2FD) is known color: Hawkes Blue. HEX triplet: D3, E2 and FD. RGB value is (211,226,253). Sum of RGB (Red+Green+Blue) = 211+226+253=690 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.58% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3E2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E2FD is #2C1D02. Grayscale: #E0E0E0. Windows color (decimal): -2891011 or 16638675. OLE color: 16638675.
HSL color Cylindrical-coordinate representation of color #D3E2FD: hue angle of 218.57º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3E2FD is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 211 | 226 | 253 | - |
CMYK | 0.17 | 0.11 | 0 | 0.01 |
HSL | 218.57º | 0.91% | 0.91% | - |
HSV(B) | 218.57º | 0.17% | 0.99% | - |
XYZ | 71.79 | 75.33 | 103.69 | - |
YUV | 224.59 | 144.03 | 118.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 226 | 253 | 0.17 | 0.11 | 0 | 0.01 | 218.57 | 0.91 | 0.91 |
Hex | D3 | E2 | FD | 11 | B | 0 | 1 | DB | 5B | 5B |
Octal | 323 | 342 | 375 | 21 | 13 | 0 | 1 | 333 | 133 | 133 |
Binary | 11010011 | 11100010 | 11111101 | 10001 | 1011 | 0 | 1 | 11011011 | 1011011 | 1011011 |
Color Harmonies of #D3E2FD
Complementary color
Monochromatic Colors of #D3E2FD
Black with #D3E2FD
Text Example
Text Example
White with #D3E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2FD; }
p { color: rgb(211,226,253); }
H1.HeaderClassName
{
color: #D3E2FD;
}
.AnyTagClassName
{
color: #D3E2FD;
}
</style>
background-color css
<style>
a { background-color: #D3E2FD; }
a { background-color: rgb(211,226,253); }
div.DivClassName
{
background-color: #D3E2FD;
}
.BgClassName
{
background-color: #D3E2FD;
}
</style>
border-color css
<style>
span { border-color: #D3E2FD; }
span { border-color: rgb(211,226,253); }
td.TdClassName
{
border-color: #D3E2FD;
}
.TagClassName
{
border-color: #D3E2FD;
}
</style>