Shades of Hawkes Blue #D4DCF2
Tints of Hawkes Blue #D4DCF2
RGB
CMYK
RGB Variations
Color information
#D4DCF2 (or 0xD4DCF2) is known color: Hawkes Blue. HEX triplet: D4, DC and F2. RGB value is (212,220,242). Sum of RGB (Red+Green+Blue) = 212+220+242=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCF2 is #2B230D. Grayscale: #DCDCDC. Windows color (decimal): -2827022 or 15916244. OLE color: 15916244.
HSL color Cylindrical-coordinate representation of color #D4DCF2: hue angle of 224º 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 #D4DCF2 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 220 | 242 | - |
CMYK | 0.12 | 0.09 | 0 | 0.05 |
HSL | 224º | 0.54% | 0.89% | - |
HSV(B) | 224º | 0.12% | 0.95% | - |
XYZ | 68.77 | 71.59 | 94.2 | - |
YUV | 220.12 | 140.35 | 122.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 242 | 0.12 | 0.09 | 0 | 0.05 | 224 | 0.54 | 0.89 |
Hex | D4 | DC | F2 | C | 9 | 0 | 5 | E0 | 36 | 59 |
Octal | 324 | 334 | 362 | 14 | 11 | 0 | 5 | 340 | 66 | 131 |
Binary | 11010100 | 11011100 | 11110010 | 1100 | 1001 | 0 | 101 | 11100000 | 110110 | 1011001 |
Color Harmonies of #D4DCF2
Complementary color
Monochromatic Colors of #D4DCF2
Black with #D4DCF2
Text Example
Text Example
White with #D4DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCF2; }
p { color: rgb(212,220,242); }
H1.HeaderClassName
{
color: #D4DCF2;
}
.AnyTagClassName
{
color: #D4DCF2;
}
</style>
background-color css
<style>
a { background-color: #D4DCF2; }
a { background-color: rgb(212,220,242); }
div.DivClassName
{
background-color: #D4DCF2;
}
.BgClassName
{
background-color: #D4DCF2;
}
</style>
border-color css
<style>
span { border-color: #D4DCF2; }
span { border-color: rgb(212,220,242); }
td.TdClassName
{
border-color: #D4DCF2;
}
.TagClassName
{
border-color: #D4DCF2;
}
</style>