#D5DAEC

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

Shades of Hawkes Blue #D5DAEC

Tints of Hawkes Blue #D5DAEC

Color information

#D5DAEC (or 0xD5DAEC) is unknown color: approx Hawkes Blue. HEX triplet: D5, DA and EC. RGB value is (213,218,236). Sum of RGB (Red+Green+Blue) = 213+218+236=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAEC is #2A2513. Grayscale: #DADADA. Windows color (decimal): -2762004 or 15522517. OLE color: 15522517.

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

Color convert

RGB213218236-
CMYK0.100.0800.07
HSL226.96º37.7%88.04%-
HSV(B)226.96º9.75%92.55%-
XYZ67.6570.3589.37-
YUV218.56137.84124.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.93%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=31.93%
G=32.68%
B=35.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132182360.100.0800.07226.9637.788.04
HexD5DAECA807e32658
Octal32533235412100734346130
Binary110101011101101011101100101010000111111000111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAEC; }

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

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

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

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

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

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

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

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