#D5DAE0

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

Shades of Hawkes Blue #D5DAE0

Tints of Hawkes Blue #D5DAE0

Color information

#D5DAE0 (or 0xD5DAE0) is unknown color: approx Hawkes Blue. HEX triplet: D5, DA and E0. RGB value is (213,218,224). Sum of RGB (Red+Green+Blue) = 213+218+224=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5DAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAE0 is #2A251F. Grayscale: #D9D9D9. Windows color (decimal): -2762016 or 14736085. OLE color: 14736085.

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

Color convert

RGB213218224-
CMYK0.050.0300.12
HSL212.73º15.07%85.69%-
HSV(B)212.73º4.91%87.84%-
XYZ65.9769.6780.49-
YUV217.19131.84125.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.52%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=32.52%
G=33.28%
B=34.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132182240.050.0300.12212.7315.0785.69
HexD5DAE0530Cd5f56
Octal3253323405301432517126
Binary11010101110110101110000010111011001101010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAE0; }

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

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

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

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

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

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

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

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