#D5D9EA

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

Shades of Hawkes Blue #D5D9EA

Tints of Hawkes Blue #D5D9EA

Color information

#D5D9EA (or 0xD5D9EA) is unknown color: approx Hawkes Blue. HEX triplet: D5, D9 and EA. RGB value is (213,217,234). Sum of RGB (Red+Green+Blue) = 213+217+234=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9EA is #2A2615. Grayscale: #D9D9D9. Windows color (decimal): -2762262 or 15391189. OLE color: 15391189.

HSL color Cylindrical-coordinate representation of color #D5D9EA: hue angle of 228.57º 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 #D5D9EA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213217234-
CMYK0.090.0700.08
HSL228.57º33.33%87.65%-
HSV(B)228.57º8.97%91.76%-
XYZ67.169.7187.76-
YUV217.74137.17124.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 217 (85.16% from 255) = 32.68%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=32.08%
G=32.68%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132172340.090.0700.08228.5733.3387.65
HexD5D9EA9708e52158
Octal32533135211701034541130
Binary110101011101100111101010100111101000111001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D9EA; }

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

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

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

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

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

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

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

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