Shades of Hawkes Blue #DEDFE3
Tints of Hawkes Blue #DEDFE3
RGB
CMYK
RGB Variations
Color information
#DEDFE3 (or 0xDEDFE3) is known color: Hawkes Blue. HEX triplet: DE, DF and E3. RGB value is (222,223,227). Sum of RGB (Red+Green+Blue) = 222+223+227=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEDFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFE3 is #21201C. Grayscale: #DFDFDF. Windows color (decimal): -2170909 or 14933982. OLE color: 14933982.
HSL color Cylindrical-coordinate representation of color #DEDFE3: hue angle of 228º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDFE3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 223 | 227 | - |
CMYK | 0.02 | 0.02 | 0 | 0.11 |
HSL | 228º | 0.08% | 0.88% | - |
HSV(B) | 228º | 0.02% | 0.89% | - |
XYZ | 70.38 | 73.85 | 83.22 | - |
YUV | 223.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 227 | 0.02 | 0.02 | 0 | 0.11 | 228 | 0.08 | 0.88 |
Hex | DE | DF | E3 | 2 | 2 | 0 | B | E4 | 8 | 58 |
Octal | 336 | 337 | 343 | 2 | 2 | 0 | 13 | 344 | 10 | 130 |
Binary | 11011110 | 11011111 | 11100011 | 10 | 10 | 0 | 1011 | 11100100 | 1000 | 1011000 |
Color Harmonies of #DEDFE3
Complementary color
Monochromatic Colors of #DEDFE3
Black with #DEDFE3
Text Example
Text Example
White with #DEDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFE3; }
p { color: rgb(222,223,227); }
H1.HeaderClassName
{
color: #DEDFE3;
}
.AnyTagClassName
{
color: #DEDFE3;
}
</style>
background-color css
<style>
a { background-color: #DEDFE3; }
a { background-color: rgb(222,223,227); }
div.DivClassName
{
background-color: #DEDFE3;
}
.BgClassName
{
background-color: #DEDFE3;
}
</style>
border-color css
<style>
span { border-color: #DEDFE3; }
span { border-color: rgb(222,223,227); }
td.TdClassName
{
border-color: #DEDFE3;
}
.TagClassName
{
border-color: #DEDFE3;
}
</style>