#D1E1FD

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

Shades of Hawkes Blue #D1E1FD

Tints of Hawkes Blue #D1E1FD

Color information

#D1E1FD (or 0xD1E1FD) is unknown color: approx Hawkes Blue. HEX triplet: D1, E1 and FD. RGB value is (209,225,253). Sum of RGB (Red+Green+Blue) = 209+225+253=687 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.42% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1E1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E1FD is #2E1E02. Grayscale: #DFDFDF. Windows color (decimal): -3022339 or 16638417. OLE color: 16638417.

HSL color Cylindrical-coordinate representation of color #D1E1FD: hue angle of 218.18º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1E1FD is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209225253-
CMYK0.170.1100.01
HSL218.18º91.67%90.59%-
HSV(B)218.18º17.39%99.22%-
XYZ70.9574.5103.57-
YUV223.41144.7117.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.42%
GREEN value IS 225 (88.28% from 255) = 32.75%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=30.42%
G=32.75%
B=36.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092252530.170.1100.01218.1891.6790.59
HexD1E1FD11B01da5c5b
Octal321341375211301332134133
Binary110100011110000111111101100011011011101101010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1FD; }

 p { color: rgb(209,225,253); }

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

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

 a { background-color: rgb(209,225,253); }

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

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

 span { border-color: rgb(209,225,253); }

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