Shades of Hawkes Blue #D4DCFB
Tints of Hawkes Blue #D4DCFB
RGB
CMYK
RGB Variations
Color information
#D4DCFB (or 0xD4DCFB) is known color: Hawkes Blue. HEX triplet: D4, DC and FB. RGB value is (212,220,251). Sum of RGB (Red+Green+Blue) = 212+220+251=683 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.04% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCFB is #2B2304. Grayscale: #DDDDDD. Windows color (decimal): -2827013 or 16506068. OLE color: 16506068.
HSL color Cylindrical-coordinate representation of color #D4DCFB: hue angle of 227.69º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4DCFB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 212 | 220 | 251 | - |
CMYK | 0.16 | 0.12 | 0 | 0.02 |
HSL | 227.69º | 0.83% | 0.91% | - |
HSV(B) | 227.69º | 0.16% | 0.98% | - |
XYZ | 70.16 | 72.15 | 101.5 | - |
YUV | 221.14 | 144.85 | 121.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 251 | 0.16 | 0.12 | 0 | 0.02 | 227.69 | 0.83 | 0.91 |
Hex | D4 | DC | FB | 10 | C | 0 | 2 | E4 | 53 | 5B |
Octal | 324 | 334 | 373 | 20 | 14 | 0 | 2 | 344 | 123 | 133 |
Binary | 11010100 | 11011100 | 11111011 | 10000 | 1100 | 0 | 10 | 11100100 | 1010011 | 1011011 |
Color Harmonies of #D4DCFB
Complementary color
Monochromatic Colors of #D4DCFB
Black with #D4DCFB
Text Example
Text Example
White with #D4DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCFB; }
p { color: rgb(212,220,251); }
H1.HeaderClassName
{
color: #D4DCFB;
}
.AnyTagClassName
{
color: #D4DCFB;
}
</style>
background-color css
<style>
a { background-color: #D4DCFB; }
a { background-color: rgb(212,220,251); }
div.DivClassName
{
background-color: #D4DCFB;
}
.BgClassName
{
background-color: #D4DCFB;
}
</style>
border-color css
<style>
span { border-color: #D4DCFB; }
span { border-color: rgb(212,220,251); }
td.TdClassName
{
border-color: #D4DCFB;
}
.TagClassName
{
border-color: #D4DCFB;
}
</style>