#D9DBDE

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

Shades of Hawkes Blue #D9DBDE

Tints of Hawkes Blue #D9DBDE

Color information

#D9DBDE (or 0xD9DBDE) is unknown color: approx Hawkes Blue. HEX triplet: D9, DB and DE. RGB value is (217,219,222). Sum of RGB (Red+Green+Blue) = 217+219+222=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBDE is #262421. Grayscale: #DADADA. Windows color (decimal): -2499618 or 14605273. OLE color: 14605273.

HSL color Cylindrical-coordinate representation of color #D9DBDE: hue angle of 216º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DBDE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217219222-
CMYK0.020.0100.13
HSL216º7.04%86.08%-
HSV(B)216º2.25%87.06%-
XYZ67.1370.6979.21-
YUV218.74129.84126.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=32.98%
G=33.28%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172192220.020.0100.132167.0486.08
HexD9DBDE210Dd8756
Octal331333336210153307126
Binary11011001110110111101111010101101110110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBDE; }

 p { color: rgb(217,219,222); }

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

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

 a { background-color: rgb(217,219,222); }

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

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

 span { border-color: rgb(217,219,222); }

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