Shades of Hawkes Blue #D2DDFD
Tints of Hawkes Blue #D2DDFD
RGB
CMYK
RGB Variations
Color information
#D2DDFD (or 0xD2DDFD) is known color: Hawkes Blue. HEX triplet: D2, DD and FD. RGB value is (210,221,253). Sum of RGB (Red+Green+Blue) = 210+221+253=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFD is #2D2202. Grayscale: #DDDDDD. Windows color (decimal): -2957827 or 16637394. OLE color: 16637394.
HSL color Cylindrical-coordinate representation of color #D2DDFD: hue angle of 224.65º 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 #D2DDFD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 210 | 221 | 253 | - |
CMYK | 0.17 | 0.13 | 0 | 0.01 |
HSL | 224.65º | 0.91% | 0.91% | - |
HSV(B) | 224.65º | 0.17% | 0.99% | - |
XYZ | 70.16 | 72.51 | 103.23 | - |
YUV | 221.36 | 145.86 | 119.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 221 | 253 | 0.17 | 0.13 | 0 | 0.01 | 224.65 | 0.91 | 0.91 |
Hex | D2 | DD | FD | 11 | D | 0 | 1 | E1 | 5B | 5B |
Octal | 322 | 335 | 375 | 21 | 15 | 0 | 1 | 341 | 133 | 133 |
Binary | 11010010 | 11011101 | 11111101 | 10001 | 1101 | 0 | 1 | 11100001 | 1011011 | 1011011 |
Color Harmonies of #D2DDFD
Complementary color
Monochromatic Colors of #D2DDFD
Black with #D2DDFD
Text Example
Text Example
White with #D2DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDFD; }
p { color: rgb(210,221,253); }
H1.HeaderClassName
{
color: #D2DDFD;
}
.AnyTagClassName
{
color: #D2DDFD;
}
</style>
background-color css
<style>
a { background-color: #D2DDFD; }
a { background-color: rgb(210,221,253); }
div.DivClassName
{
background-color: #D2DDFD;
}
.BgClassName
{
background-color: #D2DDFD;
}
</style>
border-color css
<style>
span { border-color: #D2DDFD; }
span { border-color: rgb(210,221,253); }
td.TdClassName
{
border-color: #D2DDFD;
}
.TagClassName
{
border-color: #D2DDFD;
}
</style>