#D5DDF9

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

Shades of Hawkes Blue #D5DDF9

Tints of Hawkes Blue #D5DDF9

Color information

#D5DDF9 (or 0xD5DDF9) is unknown color: approx Hawkes Blue. HEX triplet: D5, DD and F9. RGB value is (213,221,249). Sum of RGB (Red+Green+Blue) = 213+221+249=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDF9 is #2A2206. Grayscale: #DDDDDD. Windows color (decimal): -2761223 or 16375253. OLE color: 16375253.

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

Color convert

RGB213221249-
CMYK0.140.1100.02
HSL226.67º75%90.59%-
HSV(B)226.67º14.46%97.65%-
XYZ70.472.799.94-
YUV221.8143.35121.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.19%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=31.19%
G=32.36%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2132212490.140.1100.02226.677590.59
HexD5DDF9EB02e34b5b
Octal325335371161302343113133
Binary110101011101110111111001111010110101110001110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDF9; }

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

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

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

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

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

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

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

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