Shades of Hawkes Blue #D5DEFD
Tints of Hawkes Blue #D5DEFD
RGB
CMYK
RGB Variations
Color information
#D5DEFD (or 0xD5DEFD) is known color: Hawkes Blue. HEX triplet: D5, DE and FD. RGB value is (213,222,253). Sum of RGB (Red+Green+Blue) = 213+222+253=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEFD is #2A2102. Grayscale: #DEDEDE. Windows color (decimal): -2760963 or 16637653. OLE color: 16637653.
HSL color Cylindrical-coordinate representation of color #D5DEFD: hue angle of 226.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DEFD is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 222 | 253 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.01 |
| HSL | 226.5º | 0.91% | 0.91% | - |
| HSV(B) | 226.5º | 0.16% | 0.99% | - |
| XYZ | 71.29 | 73.48 | 103.35 | - |
| YUV | 222.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 253 | 0.16 | 0.12 | 0 | 0.01 | 226.5 | 0.91 | 0.91 |
| Hex | D5 | DE | FD | 10 | C | 0 | 1 | E2 | 5B | 5B |
| Octal | 325 | 336 | 375 | 20 | 14 | 0 | 1 | 342 | 133 | 133 |
| Binary | 11010101 | 11011110 | 11111101 | 10000 | 1100 | 0 | 1 | 11100010 | 1011011 | 1011011 |
Color Harmonies of #D5DEFD
Complementary color
Monochromatic Colors of #D5DEFD
Black with #D5DEFD
Text Example
Text Example
White with #D5DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEFD; }
p { color: rgb(213,222,253); }
H1.HeaderClassName
{
color: #D5DEFD;
}
.AnyTagClassName
{
color: #D5DEFD;
}
</style>
background-color css
<style>
a { background-color: #D5DEFD; }
a { background-color: rgb(213,222,253); }
div.DivClassName
{
background-color: #D5DEFD;
}
.BgClassName
{
background-color: #D5DEFD;
}
</style>
border-color css
<style>
span { border-color: #D5DEFD; }
span { border-color: rgb(213,222,253); }
td.TdClassName
{
border-color: #D5DEFD;
}
.TagClassName
{
border-color: #D5DEFD;
}
</style>