#D5DAED

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

Shades of Hawkes Blue #D5DAED

Tints of Hawkes Blue #D5DAED

Color information

#D5DAED (or 0xD5DAED) is unknown color: approx Hawkes Blue. HEX triplet: D5, DA and ED. RGB value is (213,218,237). Sum of RGB (Red+Green+Blue) = 213+218+237=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAED is #2A2512. Grayscale: #DADADA. Windows color (decimal): -2762003 or 15588053. OLE color: 15588053.

HSL color Cylindrical-coordinate representation of color #D5DAED: hue angle of 227.5º degrees, saturation: 0.4, 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 #D5DAED is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213218237-
CMYK0.100.0800.07
HSL227.5º40%88.24%-
HSV(B)227.5º10.13%92.94%-
XYZ67.870.490.14-
YUV218.67138.34123.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.89%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=31.89%
G=32.63%
B=35.48%

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
Decimal2132182370.100.0800.07227.54088.24
HexD5DAEDA807e42858
Octal32533235512100734450130
Binary110101011101101011101101101010000111111001001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAED; }

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

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

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

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

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

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

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

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