#D1E1FA

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

Shades of Hawkes Blue #D1E1FA

Tints of Hawkes Blue #D1E1FA

Color information

#D1E1FA (or 0xD1E1FA) is unknown color: approx Hawkes Blue. HEX triplet: D1, E1 and FA. RGB value is (209,225,250). Sum of RGB (Red+Green+Blue) = 209+225+250=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1E1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E1FA is #2E1E05. Grayscale: #DEDEDE. Windows color (decimal): -3022342 or 16441809. OLE color: 16441809.

HSL color Cylindrical-coordinate representation of color #D1E1FA: hue angle of 216.59º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1E1FA is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209225250-
CMYK0.160.1000.02
HSL216.59º80.39%90%-
HSV(B)216.59º16.4%98.04%-
XYZ70.4874.31101.07-
YUV223.07143.2117.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.56%
GREEN value IS 225 (88.28% from 255) = 32.89%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=30.56%
G=32.89%
B=36.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092252500.160.1000.02216.5980.3990
HexD1E1FA10A02d9505a
Octal321341372201202331120132
Binary1101000111100001111110101000010100101101100110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1FA; }

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

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

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

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

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

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

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

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