#D1DAEA

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

Shades of Hawkes Blue #D1DAEA

Tints of Hawkes Blue #D1DAEA

Color information

#D1DAEA (or 0xD1DAEA) is unknown color: approx Hawkes Blue. HEX triplet: D1, DA and EA. RGB value is (209,218,234). Sum of RGB (Red+Green+Blue) = 209+218+234=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAEA is #2E2515. Grayscale: #D9D9D9. Windows color (decimal): -3024150 or 15391441. OLE color: 15391441.

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

Color convert

RGB209218234-
CMYK0.110.0700.08
HSL218.4º37.31%86.86%-
HSV(B)218.4º10.68%91.76%-
XYZ66.2269.6487.79-
YUV217.13137.52122.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.62%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=31.62%
G=32.98%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092182340.110.0700.08218.437.3186.86
HexD1DAEAB708da2557
Octal32133235213701033245127
Binary110100011101101011101010101111101000110110101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAEA; }

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

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

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

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

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

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

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

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