#D1DAEC

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

Shades of Hawkes Blue #D1DAEC

Tints of Hawkes Blue #D1DAEC

Color information

#D1DAEC (or 0xD1DAEC) is unknown color: approx Hawkes Blue. HEX triplet: D1, DA and EC. RGB value is (209,218,236). Sum of RGB (Red+Green+Blue) = 209+218+236=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAEC is #2E2513. Grayscale: #D9D9D9. Windows color (decimal): -3024148 or 15522513. OLE color: 15522513.

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

Color convert

RGB209218236-
CMYK0.110.0800.07
HSL220º41.54%87.25%-
HSV(B)220º11.44%92.55%-
XYZ66.5169.7589.32-
YUV217.36138.52122.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.52%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=31.52%
G=32.88%
B=35.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092182360.110.0800.0722041.5487.25
HexD1DAECB807dc2a57
Octal32133235413100733452127
Binary110100011101101011101100101110000111110111001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAEC; }

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

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

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

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

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

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

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

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