#D7D9DC

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

Shades of Hawkes Blue #D7D9DC

Tints of Hawkes Blue #D7D9DC

Color information

#D7D9DC (or 0xD7D9DC) is unknown color: approx Hawkes Blue. HEX triplet: D7, D9 and DC. RGB value is (215,217,220). Sum of RGB (Red+Green+Blue) = 215+217+220=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9DC is #282623. Grayscale: #D8D8D8. Windows color (decimal): -2631204 or 14473687. OLE color: 14473687.

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

Color convert

RGB215217220-
CMYK0.020.0100.14
HSL216º6.67%85.29%-
HSV(B)216º2.27%86.27%-
XYZ65.7669.2477.61-
YUV216.74129.84126.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 220 (86.33% 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.14
SystemRedGreenBlueCMYKHSL
Decimal2152172200.020.0100.142166.6785.29
HexD7D9DC210Ed8755
Octal327331334210163307125
Binary11010111110110011101110010101110110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D9DC; }

 p { color: rgb(215,217,220); }

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

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

 a { background-color: rgb(215,217,220); }

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

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

 span { border-color: rgb(215,217,220); }

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