#D7DAE0

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

Shades of Hawkes Blue #D7DAE0

Tints of Hawkes Blue #D7DAE0

Color information

#D7DAE0 (or 0xD7DAE0) is unknown color: approx Hawkes Blue. HEX triplet: D7, DA and E0. RGB value is (215,218,224). Sum of RGB (Red+Green+Blue) = 215+218+224=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7DAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAE0 is #28251F. Grayscale: #D9D9D9. Windows color (decimal): -2630944 or 14736087. OLE color: 14736087.

HSL color Cylindrical-coordinate representation of color #D7DAE0: hue angle of 220º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DAE0 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215218224-
CMYK0.040.0300.12
HSL220º12.68%86.08%-
HSV(B)220º4.02%87.84%-
XYZ66.5569.9780.52-
YUV217.79131.51126.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.72%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 224 (87.89% from 255) = 34.09%
R=32.72%
G=33.18%
B=34.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152182240.040.0300.1222012.6886.08
HexD7DAE0430Cdcd56
Octal3273323404301433415126
Binary11010111110110101110000010011011001101110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAE0; }

 p { color: rgb(215,218,224); }

 H1.HeaderClassName
 {
   color: #D7DAE0;
 }
 .AnyTagClassName
 {
   color: #D7DAE0;
 }
</style>
background-color css

<style>
 a { background-color: #D7DAE0; }

 a { background-color: rgb(215,218,224); }

 div.DivClassName
 {
   background-color: #D7DAE0;
 }
 .BgClassName
 {
   background-color: #D7DAE0;
 }
</style>
border-color css

<style>
 span { border-color: #D7DAE0; }

 span { border-color: rgb(215,218,224); }

 td.TdClassName
 {
   border-color: #D7DAE0;
 }
 .TagClassName
 {
   border-color: #D7DAE0;
 }
</style>