#D9E5FF

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

Shades of Hawkes Blue #D9E5FF

Tints of Hawkes Blue #D9E5FF

Color information

#D9E5FF (or 0xD9E5FF) is unknown color: approx Hawkes Blue. HEX triplet: D9, E5 and FF. RGB value is (217,229,255). Sum of RGB (Red+Green+Blue) = 217+229+255=701 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.96% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E5FF is #261A00. Grayscale: #E4E4E4. Windows color (decimal): -2497025 or 16770521. OLE color: 16770521.

HSL color Cylindrical-coordinate representation of color #D9E5FF: hue angle of 221.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9E5FF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217229255-
CMYK0.150.1000
HSL221.05º100%92.55%-
HSV(B)221.05º14.9%100%-
XYZ74.6878.01105.73-
YUV228.38143.02119.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.96%
GREEN value IS 229 (89.84% from 255) = 32.67%
BLUE value IS 255 (100% from 255) = 36.38%
R=30.96%
G=32.67%
B=36.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172292550.150.1000221.0510092.55
HexD9E5FFFA00dd645d
Octal331345377171200335144135
Binary11011001111001011111111111111010001101110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E5FF; }

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

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

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

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

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

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

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

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