Shades of Hawkes Blue #D4DEF2
Tints of Hawkes Blue #D4DEF2
RGB
CMYK
RGB Variations
Color information
#D4DEF2 (or 0xD4DEF2) is known color: Hawkes Blue. HEX triplet: D4, DE and F2. RGB value is (212,222,242). Sum of RGB (Red+Green+Blue) = 212+222+242=676 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.36% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DEF2 is #2B210D. Grayscale: #DDDDDD. Windows color (decimal): -2826510 or 15916756. OLE color: 15916756.
HSL color Cylindrical-coordinate representation of color #D4DEF2: hue angle of 220º degrees, saturation: 0.54, 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 #D4DEF2 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 222 | 242 | - |
CMYK | 0.12 | 0.08 | 0 | 0.05 |
HSL | 220º | 0.54% | 0.89% | - |
HSV(B) | 220º | 0.12% | 0.95% | - |
XYZ | 69.3 | 72.65 | 94.37 | - |
YUV | 221.29 | 139.69 | 121.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 222 | 242 | 0.12 | 0.08 | 0 | 0.05 | 220 | 0.54 | 0.89 |
Hex | D4 | DE | F2 | C | 8 | 0 | 5 | DC | 36 | 59 |
Octal | 324 | 336 | 362 | 14 | 10 | 0 | 5 | 334 | 66 | 131 |
Binary | 11010100 | 11011110 | 11110010 | 1100 | 1000 | 0 | 101 | 11011100 | 110110 | 1011001 |
Color Harmonies of #D4DEF2
Complementary color
Monochromatic Colors of #D4DEF2
Black with #D4DEF2
Text Example
Text Example
White with #D4DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DEF2; }
p { color: rgb(212,222,242); }
H1.HeaderClassName
{
color: #D4DEF2;
}
.AnyTagClassName
{
color: #D4DEF2;
}
</style>
background-color css
<style>
a { background-color: #D4DEF2; }
a { background-color: rgb(212,222,242); }
div.DivClassName
{
background-color: #D4DEF2;
}
.BgClassName
{
background-color: #D4DEF2;
}
</style>
border-color css
<style>
span { border-color: #D4DEF2; }
span { border-color: rgb(212,222,242); }
td.TdClassName
{
border-color: #D4DEF2;
}
.TagClassName
{
border-color: #D4DEF2;
}
</style>