Shades of Hawkes Blue #D5DCFB
Tints of Hawkes Blue #D5DCFB
RGB
CMYK
RGB Variations
Color information
#D5DCFB (or 0xD5DCFB) is known color: Hawkes Blue. HEX triplet: D5, DC and FB. RGB value is (213,220,251). Sum of RGB (Red+Green+Blue) = 213+220+251=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCFB is #2A2304. Grayscale: #DDDDDD. Windows color (decimal): -2761477 or 16506069. OLE color: 16506069.
HSL color Cylindrical-coordinate representation of color #D5DCFB: hue angle of 228.95º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DCFB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 220 | 251 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.02 |
| HSL | 228.95º | 0.83% | 0.91% | - |
| HSV(B) | 228.95º | 0.15% | 0.98% | - |
| XYZ | 70.45 | 72.3 | 101.51 | - |
| YUV | 221.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 251 | 0.15 | 0.12 | 0 | 0.02 | 228.95 | 0.83 | 0.91 |
| Hex | D5 | DC | FB | F | C | 0 | 2 | E5 | 53 | 5B |
| Octal | 325 | 334 | 373 | 17 | 14 | 0 | 2 | 345 | 123 | 133 |
| Binary | 11010101 | 11011100 | 11111011 | 1111 | 1100 | 0 | 10 | 11100101 | 1010011 | 1011011 |
Color Harmonies of #D5DCFB
Complementary color
Monochromatic Colors of #D5DCFB
Black with #D5DCFB
Text Example
Text Example
White with #D5DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCFB; }
p { color: rgb(213,220,251); }
H1.HeaderClassName
{
color: #D5DCFB;
}
.AnyTagClassName
{
color: #D5DCFB;
}
</style>
background-color css
<style>
a { background-color: #D5DCFB; }
a { background-color: rgb(213,220,251); }
div.DivClassName
{
background-color: #D5DCFB;
}
.BgClassName
{
background-color: #D5DCFB;
}
</style>
border-color css
<style>
span { border-color: #D5DCFB; }
span { border-color: rgb(213,220,251); }
td.TdClassName
{
border-color: #D5DCFB;
}
.TagClassName
{
border-color: #D5DCFB;
}
</style>