#D9E0FD

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

Shades of Hawkes Blue #D9E0FD

Tints of Hawkes Blue #D9E0FD

Color information

#D9E0FD (or 0xD9E0FD) is unknown color: approx Hawkes Blue. HEX triplet: D9, E0 and FD. RGB value is (217,224,253). Sum of RGB (Red+Green+Blue) = 217+224+253=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9E0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E0FD is #261F02. Grayscale: #E1E1E1. Windows color (decimal): -2498307 or 16638169. OLE color: 16638169.

HSL color Cylindrical-coordinate representation of color #D9E0FD: hue angle of 228.33º 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 #D9E0FD is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217224253-
CMYK0.140.1100.01
HSL228.33º90%92.16%-
HSV(B)228.33º14.23%99.22%-
XYZ7375.15103.59-
YUV225.21143.68122.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.27%
GREEN value IS 224 (87.89% from 255) = 32.28%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=31.27%
G=32.28%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172242530.140.1100.01228.339092.16
HexD9E0FDEB01e45a5c
Octal331340375161301344132134
Binary11011001111000001111110111101011011110010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0FD; }

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

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

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

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

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

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

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

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