Shades of Hawkes Blue #D4DDF1
Tints of Hawkes Blue #D4DDF1
RGB
CMYK
RGB Variations
Color information
#D4DDF1 (or 0xD4DDF1) is known color: Hawkes Blue. HEX triplet: D4, DD and F1. RGB value is (212,221,241). Sum of RGB (Red+Green+Blue) = 212+221+241=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDF1 is #2B220E. Grayscale: #DCDCDC. Windows color (decimal): -2826767 or 15850964. OLE color: 15850964.
HSL color Cylindrical-coordinate representation of color #D4DDF1: hue angle of 221.38º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4DDF1 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 221 | 241 | - |
CMYK | 0.12 | 0.08 | 0 | 0.05 |
HSL | 221.38º | 0.51% | 0.89% | - |
HSV(B) | 221.38º | 0.12% | 0.95% | - |
XYZ | 68.89 | 72.06 | 93.5 | - |
YUV | 220.59 | 139.52 | 121.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 241 | 0.12 | 0.08 | 0 | 0.05 | 221.38 | 0.51 | 0.89 |
Hex | D4 | DD | F1 | C | 8 | 0 | 5 | DD | 33 | 59 |
Octal | 324 | 335 | 361 | 14 | 10 | 0 | 5 | 335 | 63 | 131 |
Binary | 11010100 | 11011101 | 11110001 | 1100 | 1000 | 0 | 101 | 11011101 | 110011 | 1011001 |
Color Harmonies of #D4DDF1
Complementary color
Monochromatic Colors of #D4DDF1
Black with #D4DDF1
Text Example
Text Example
White with #D4DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDF1; }
p { color: rgb(212,221,241); }
H1.HeaderClassName
{
color: #D4DDF1;
}
.AnyTagClassName
{
color: #D4DDF1;
}
</style>
background-color css
<style>
a { background-color: #D4DDF1; }
a { background-color: rgb(212,221,241); }
div.DivClassName
{
background-color: #D4DDF1;
}
.BgClassName
{
background-color: #D4DDF1;
}
</style>
border-color css
<style>
span { border-color: #D4DDF1; }
span { border-color: rgb(212,221,241); }
td.TdClassName
{
border-color: #D4DDF1;
}
.TagClassName
{
border-color: #D4DDF1;
}
</style>