#D1DAED

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

Shades of Hawkes Blue #D1DAED

Tints of Hawkes Blue #D1DAED

Color information

#D1DAED (or 0xD1DAED) is unknown color: approx Hawkes Blue. HEX triplet: D1, DA and ED. RGB value is (209,218,237). Sum of RGB (Red+Green+Blue) = 209+218+237=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAED is #2E2512. Grayscale: #D9D9D9. Windows color (decimal): -3024147 or 15588049. OLE color: 15588049.

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

Color convert

RGB209218237-
CMYK0.120.0800.07
HSL220.71º43.75%87.45%-
HSV(B)220.71º11.81%92.94%-
XYZ66.6569.8190.08-
YUV217.48139.02121.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.48%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=31.48%
G=32.83%
B=35.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092182370.120.0800.07220.7143.7587.45
HexD1DAEDC807dd2c57
Octal32133235514100733554127
Binary110100011101101011101101110010000111110111011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAED; }

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

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

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

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

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

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

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

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