#D5E1F9

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

Shades of Hawkes Blue #D5E1F9

Tints of Hawkes Blue #D5E1F9

Color information

#D5E1F9 (or 0xD5E1F9) is unknown color: approx Hawkes Blue. HEX triplet: D5, E1 and F9. RGB value is (213,225,249). Sum of RGB (Red+Green+Blue) = 213+225+249=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5E1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E1F9 is #2A1E06. Grayscale: #E0E0E0. Windows color (decimal): -2760199 or 16376277. OLE color: 16376277.

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

Color convert

RGB213225249-
CMYK0.140.1000.02
HSL220º75%90.59%-
HSV(B)220º14.46%97.65%-
XYZ71.4674.84100.3-
YUV224.15142.02120.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 225 (88.28% from 255) = 32.75%
BLUE value IS 249 (97.66% from 255) = 36.24%
R=31.00%
G=32.75%
B=36.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132252490.140.1000.022207590.59
HexD5E1F9EA02dc4b5b
Octal325341371161202334113133
Binary110101011110000111111001111010100101101110010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1F9; }

 p { color: rgb(213,225,249); }

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

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

 a { background-color: rgb(213,225,249); }

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

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

 span { border-color: rgb(213,225,249); }

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