#D1D8ED

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

Shades of Hawkes Blue #D1D8ED

Tints of Hawkes Blue #D1D8ED

Color information

#D1D8ED (or 0xD1D8ED) is unknown color: approx Hawkes Blue. HEX triplet: D1, D8 and ED. RGB value is (209,216,237). Sum of RGB (Red+Green+Blue) = 209+216+237=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1D8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D8ED is #2E2712. Grayscale: #D8D8D8. Windows color (decimal): -3024659 or 15587537. OLE color: 15587537.

HSL color Cylindrical-coordinate representation of color #D1D8ED: hue angle of 225º 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 #D1D8ED is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209216237-
CMYK0.120.0900.07
HSL225º43.75%87.45%-
HSV(B)225º11.81%92.94%-
XYZ66.1468.7889.91-
YUV216.3139.68122.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.57%
GREEN value IS 216 (84.77% from 255) = 32.63%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=31.57%
G=32.63%
B=35.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092162370.120.0900.0722543.7587.45
HexD1D8EDC907e12c57
Octal32133035514110734154127
Binary110100011101100011101101110010010111111000011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D8ED; }

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

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

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

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

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

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

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

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