Shades of Hawkes Blue #D5DEF2
Tints of Hawkes Blue #D5DEF2
RGB
CMYK
RGB Variations
Color information
#D5DEF2 (or 0xD5DEF2) is known color: Hawkes Blue. HEX triplet: D5, DE and F2. RGB value is (213,222,242). Sum of RGB (Red+Green+Blue) = 213+222+242=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEF2 is #2A210D. Grayscale: #DDDDDD. Windows color (decimal): -2760974 or 15916757. OLE color: 15916757.
HSL color Cylindrical-coordinate representation of color #D5DEF2: hue angle of 221.38º degrees, saturation: 0.53, 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 #D5DEF2 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 213 | 222 | 242 | - |
CMYK | 0.12 | 0.08 | 0 | 0.05 |
HSL | 221.38º | 0.53% | 0.89% | - |
HSV(B) | 221.38º | 0.12% | 0.95% | - |
XYZ | 69.59 | 72.8 | 94.39 | - |
YUV | 221.59 | 139.52 | 121.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 222 | 242 | 0.12 | 0.08 | 0 | 0.05 | 221.38 | 0.53 | 0.89 |
Hex | D5 | DE | F2 | C | 8 | 0 | 5 | DD | 35 | 59 |
Octal | 325 | 336 | 362 | 14 | 10 | 0 | 5 | 335 | 65 | 131 |
Binary | 11010101 | 11011110 | 11110010 | 1100 | 1000 | 0 | 101 | 11011101 | 110101 | 1011001 |
Color Harmonies of #D5DEF2
Complementary color
Monochromatic Colors of #D5DEF2
Black with #D5DEF2
Text Example
Text Example
White with #D5DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEF2; }
p { color: rgb(213,222,242); }
H1.HeaderClassName
{
color: #D5DEF2;
}
.AnyTagClassName
{
color: #D5DEF2;
}
</style>
background-color css
<style>
a { background-color: #D5DEF2; }
a { background-color: rgb(213,222,242); }
div.DivClassName
{
background-color: #D5DEF2;
}
.BgClassName
{
background-color: #D5DEF2;
}
</style>
border-color css
<style>
span { border-color: #D5DEF2; }
span { border-color: rgb(213,222,242); }
td.TdClassName
{
border-color: #D5DEF2;
}
.TagClassName
{
border-color: #D5DEF2;
}
</style>