Shades of Hawkes Blue #D2DEFD
Tints of Hawkes Blue #D2DEFD
RGB
CMYK
RGB Variations
Color information
#D2DEFD (or 0xD2DEFD) is known color: Hawkes Blue. HEX triplet: D2, DE and FD. RGB value is (210,222,253). Sum of RGB (Red+Green+Blue) = 210+222+253=685 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.66% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEFD is #2D2102. Grayscale: #DDDDDD. Windows color (decimal): -2957571 or 16637650. OLE color: 16637650.
HSL color Cylindrical-coordinate representation of color #D2DEFD: hue angle of 223.26º 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 #D2DEFD is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 222 | 253 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.01 |
| HSL | 223.26º | 0.91% | 0.91% | - |
| HSV(B) | 223.26º | 0.17% | 0.99% | - |
| XYZ | 70.43 | 73.04 | 103.31 | - |
| YUV | 221.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 253 | 0.17 | 0.12 | 0 | 0.01 | 223.26 | 0.91 | 0.91 |
| Hex | D2 | DE | FD | 11 | C | 0 | 1 | DF | 5B | 5B |
| Octal | 322 | 336 | 375 | 21 | 14 | 0 | 1 | 337 | 133 | 133 |
| Binary | 11010010 | 11011110 | 11111101 | 10001 | 1100 | 0 | 1 | 11011111 | 1011011 | 1011011 |
Color Harmonies of #D2DEFD
Complementary color
Monochromatic Colors of #D2DEFD
Black with #D2DEFD
Text Example
Text Example
White with #D2DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEFD; }
p { color: rgb(210,222,253); }
H1.HeaderClassName
{
color: #D2DEFD;
}
.AnyTagClassName
{
color: #D2DEFD;
}
</style>
background-color css
<style>
a { background-color: #D2DEFD; }
a { background-color: rgb(210,222,253); }
div.DivClassName
{
background-color: #D2DEFD;
}
.BgClassName
{
background-color: #D2DEFD;
}
</style>
border-color css
<style>
span { border-color: #D2DEFD; }
span { border-color: rgb(210,222,253); }
td.TdClassName
{
border-color: #D2DEFD;
}
.TagClassName
{
border-color: #D2DEFD;
}
</style>