Shades of Hawkes Blue #DEDFE1
Tints of Hawkes Blue #DEDFE1
RGB
CMYK
RGB Variations
Color information
#DEDFE1 (or 0xDEDFE1) is known color: Hawkes Blue. HEX triplet: DE, DF and E1. RGB value is (222,223,225). Sum of RGB (Red+Green+Blue) = 222+223+225=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFE1 is #21201E. Grayscale: #DEDEDE. Windows color (decimal): -2170911 or 14802910. OLE color: 14802910.
HSL color Cylindrical-coordinate representation of color #DEDFE1: hue angle of 220º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEDFE1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 223 | 225 | - |
CMYK | 0.01 | 0.01 | 0 | 0.12 |
HSL | 220º | 0.05% | 0.88% | - |
HSV(B) | 220º | 0.01% | 0.88% | - |
XYZ | 70.1 | 73.74 | 81.77 | - |
YUV | 222.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 225 | 0.01 | 0.01 | 0 | 0.12 | 220 | 0.05 | 0.88 |
Hex | DE | DF | E1 | 1 | 1 | 0 | C | DC | 5 | 58 |
Octal | 336 | 337 | 341 | 1 | 1 | 0 | 14 | 334 | 5 | 130 |
Binary | 11011110 | 11011111 | 11100001 | 1 | 1 | 0 | 1100 | 11011100 | 101 | 1011000 |
Color Harmonies of #DEDFE1
Complementary color
Monochromatic Colors of #DEDFE1
Black with #DEDFE1
Text Example
Text Example
White with #DEDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFE1; }
p { color: rgb(222,223,225); }
H1.HeaderClassName
{
color: #DEDFE1;
}
.AnyTagClassName
{
color: #DEDFE1;
}
</style>
background-color css
<style>
a { background-color: #DEDFE1; }
a { background-color: rgb(222,223,225); }
div.DivClassName
{
background-color: #DEDFE1;
}
.BgClassName
{
background-color: #DEDFE1;
}
</style>
border-color css
<style>
span { border-color: #DEDFE1; }
span { border-color: rgb(222,223,225); }
td.TdClassName
{
border-color: #DEDFE1;
}
.TagClassName
{
border-color: #DEDFE1;
}
</style>