#D7DAEC

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

Shades of Hawkes Blue #D7DAEC

Tints of Hawkes Blue #D7DAEC

Color information

#D7DAEC (or 0xD7DAEC) is unknown color: approx Hawkes Blue. HEX triplet: D7, DA and EC. RGB value is (215,218,236). Sum of RGB (Red+Green+Blue) = 215+218+236=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAEC is #282513. Grayscale: #DBDBDB. Windows color (decimal): -2630932 or 15522519. OLE color: 15522519.

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

Color convert

RGB215218236-
CMYK0.090.0800.07
HSL231.43º35.59%88.43%-
HSV(B)231.43º8.9%92.55%-
XYZ68.2470.6589.4-
YUV219.15137.51125.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.14%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=32.14%
G=32.59%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152182360.090.0800.07231.4335.5988.43
HexD7DAEC9807e72458
Octal32733235411100734744130
Binary110101111101101011101100100110000111111001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAEC; }

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

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

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

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

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

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

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

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