#D5DEEA

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

Shades of Hawkes Blue #D5DEEA

Tints of Hawkes Blue #D5DEEA

Color information

#D5DEEA (or 0xD5DEEA) is unknown color: approx Hawkes Blue. HEX triplet: D5, DE and EA. RGB value is (213,222,234). Sum of RGB (Red+Green+Blue) = 213+222+234=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEEA is #2A2115. Grayscale: #DCDCDC. Windows color (decimal): -2760982 or 15392469. OLE color: 15392469.

HSL color Cylindrical-coordinate representation of color #D5DEEA: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DEEA is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213222234-
CMYK0.090.0500.08
HSL214.29º33.33%87.65%-
HSV(B)214.29º8.97%91.76%-
XYZ68.4172.3388.2-
YUV220.68135.52122.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=31.84%
G=33.18%
B=34.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132222340.090.0500.08214.2933.3387.65
HexD5DEEA9508d62158
Octal32533635211501032641130
Binary110101011101111011101010100110101000110101101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEEA; }

 p { color: rgb(213,222,234); }

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

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

 a { background-color: rgb(213,222,234); }

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

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

 span { border-color: rgb(213,222,234); }

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