#DEDFE1

Color #DEDFE1 Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #DEDFE1

Tints of Hawkes Blue #DEDFE1

Color information

#DEDFE1 (or 0xDEDFE1) is unknown color: approx 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

RGB222223225-
CMYK0.010.0100.12
HSL220º4.76%87.65%-
HSV(B)220º1.33%88.24%-
XYZ70.173.7481.77-
YUV222.93129.17127.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=33.13%
G=33.28%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222232250.010.0100.122204.7687.65
HexDEDFE1110Cdc558
Octal336337341110143345130
Binary1101111011011111111000011101100110111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>