Shades of Hawkes Blue #D5DFFD
Tints of Hawkes Blue #D5DFFD
RGB
CMYK
RGB Variations
Color information
#D5DFFD (or 0xD5DFFD) is known color: Hawkes Blue. HEX triplet: D5, DF and FD. RGB value is (213,223,253). Sum of RGB (Red+Green+Blue) = 213+223+253=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFFD is #2A2002. Grayscale: #DFDFDF. Windows color (decimal): -2760707 or 16637909. OLE color: 16637909.
HSL color Cylindrical-coordinate representation of color #D5DFFD: hue angle of 225º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DFFD is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 223 | 253 | - |
CMYK | 0.16 | 0.12 | 0 | 0.01 |
HSL | 225º | 0.91% | 0.91% | - |
HSV(B) | 225º | 0.16% | 0.99% | - |
XYZ | 71.56 | 74.01 | 103.44 | - |
YUV | 223.43 | 144.69 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 223 | 253 | 0.16 | 0.12 | 0 | 0.01 | 225 | 0.91 | 0.91 |
Hex | D5 | DF | FD | 10 | C | 0 | 1 | E1 | 5B | 5B |
Octal | 325 | 337 | 375 | 20 | 14 | 0 | 1 | 341 | 133 | 133 |
Binary | 11010101 | 11011111 | 11111101 | 10000 | 1100 | 0 | 1 | 11100001 | 1011011 | 1011011 |
Color Harmonies of #D5DFFD
Complementary color
Monochromatic Colors of #D5DFFD
Black with #D5DFFD
Text Example
Text Example
White with #D5DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFFD; }
p { color: rgb(213,223,253); }
H1.HeaderClassName
{
color: #D5DFFD;
}
.AnyTagClassName
{
color: #D5DFFD;
}
</style>
background-color css
<style>
a { background-color: #D5DFFD; }
a { background-color: rgb(213,223,253); }
div.DivClassName
{
background-color: #D5DFFD;
}
.BgClassName
{
background-color: #D5DFFD;
}
</style>
border-color css
<style>
span { border-color: #D5DFFD; }
span { border-color: rgb(213,223,253); }
td.TdClassName
{
border-color: #D5DFFD;
}
.TagClassName
{
border-color: #D5DFFD;
}
</style>