#D9E5FD

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

Shades of Hawkes Blue #D9E5FD

Tints of Hawkes Blue #D9E5FD

Color information

#D9E5FD (or 0xD9E5FD) is unknown color: approx Hawkes Blue. HEX triplet: D9, E5 and FD. RGB value is (217,229,253). Sum of RGB (Red+Green+Blue) = 217+229+253=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E5FD is #261A02. Grayscale: #E4E4E4. Windows color (decimal): -2497027 or 16639449. OLE color: 16639449.

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

Color convert

RGB217229253-
CMYK0.140.0900.01
HSL220º90%92.16%-
HSV(B)220º14.23%99.22%-
XYZ74.3677.88104.04-
YUV228.15142.02120.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.04%
GREEN value IS 229 (89.84% from 255) = 32.76%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=31.04%
G=32.76%
B=36.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172292530.140.0900.012209092.16
HexD9E5FDE901dc5a5c
Octal331345375161101334132134
Binary11011001111001011111110111101001011101110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E5FD; }

 p { color: rgb(217,229,253); }

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

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

 a { background-color: rgb(217,229,253); }

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

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

 span { border-color: rgb(217,229,253); }

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