Shades of Hawkes Blue #D5DDFF
Tints of Hawkes Blue #D5DDFF
RGB
CMYK
RGB Variations
Color information
#D5DDFF (or 0xD5DDFF) is known color: Hawkes Blue. HEX triplet: D5, DD and FF. RGB value is (213,221,255). Sum of RGB (Red+Green+Blue) = 213+221+255=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDFF is #2A2200. Grayscale: #DEDEDE. Windows color (decimal): -2761217 or 16768469. OLE color: 16768469.
HSL color Cylindrical-coordinate representation of color #D5DDFF: hue angle of 228.57º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DDFF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 221 | 255 | - |
CMYK | 0.16 | 0.13 | 0 | 0 |
HSL | 228.57º | 1% | 0.92% | - |
HSV(B) | 228.57º | 0.16% | 1% | - |
XYZ | 71.35 | 73.08 | 104.95 | - |
YUV | 222.48 | 146.35 | 121.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 255 | 0.16 | 0.13 | 0 | 0 | 228.57 | 1 | 0.92 |
Hex | D5 | DD | FF | 10 | D | 0 | 0 | E5 | 64 | 5C |
Octal | 325 | 335 | 377 | 20 | 15 | 0 | 0 | 345 | 144 | 134 |
Binary | 11010101 | 11011101 | 11111111 | 10000 | 1101 | 0 | 0 | 11100101 | 1100100 | 1011100 |
Color Harmonies of #D5DDFF
Complementary color
Monochromatic Colors of #D5DDFF
Black with #D5DDFF
Text Example
Text Example
White with #D5DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDFF; }
p { color: rgb(213,221,255); }
H1.HeaderClassName
{
color: #D5DDFF;
}
.AnyTagClassName
{
color: #D5DDFF;
}
</style>
background-color css
<style>
a { background-color: #D5DDFF; }
a { background-color: rgb(213,221,255); }
div.DivClassName
{
background-color: #D5DDFF;
}
.BgClassName
{
background-color: #D5DDFF;
}
</style>
border-color css
<style>
span { border-color: #D5DDFF; }
span { border-color: rgb(213,221,255); }
td.TdClassName
{
border-color: #D5DDFF;
}
.TagClassName
{
border-color: #D5DDFF;
}
</style>