#D5D9EB

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

Shades of Hawkes Blue #D5D9EB

Tints of Hawkes Blue #D5D9EB

Color information

#D5D9EB (or 0xD5D9EB) is unknown color: approx Hawkes Blue. HEX triplet: D5, D9 and EB. RGB value is (213,217,235). Sum of RGB (Red+Green+Blue) = 213+217+235=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9EB is #2A2614. Grayscale: #D9D9D9. Windows color (decimal): -2762261 or 15456725. OLE color: 15456725.

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

Color convert

RGB213217235-
CMYK0.090.0800.08
HSL229.09º35.48%87.84%-
HSV(B)229.09º9.36%92.16%-
XYZ67.2569.7788.52-
YUV217.86137.67124.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 217 (85.16% from 255) = 32.63%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=32.03%
G=32.63%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132172350.090.0800.08229.0935.4887.84
HexD5D9EB9808e52358
Octal325331353111001034543130
Binary1101010111011001111010111001100001000111001011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D9EB; }

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

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

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

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

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

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

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

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