#D7DAEA

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

Shades of Hawkes Blue #D7DAEA

Tints of Hawkes Blue #D7DAEA

Color information

#D7DAEA (or 0xD7DAEA) is unknown color: approx Hawkes Blue. HEX triplet: D7, DA and EA. RGB value is (215,218,234). Sum of RGB (Red+Green+Blue) = 215+218+234=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAEA is #282515. Grayscale: #DADADA. Windows color (decimal): -2630934 or 15391447. OLE color: 15391447.

HSL color Cylindrical-coordinate representation of color #D7DAEA: hue angle of 230.53º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7DAEA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215218234-
CMYK0.080.0700.08
HSL230.53º31.15%88.04%-
HSV(B)230.53º8.12%91.76%-
XYZ67.9570.5387.87-
YUV218.93136.51125.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.23%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=32.23%
G=32.68%
B=35.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152182340.080.0700.08230.5331.1588.04
HexD7DAEA8708e71f58
Octal32733235210701034737130
Binary11010111110110101110101010001110100011100111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAEA; }

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

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

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

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

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

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

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

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