Html Css Color HEX #D7D9DC Hawkes Blue

📋 copy color: '#D7D9DC'

red 215 ◦ green 217 ◦ blue 220

#D7D9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #D7D9DC

Tints of Hawkes Blue #D7D9DC

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 value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7D9DC (or 0xD7D9DC) is known color: 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

RGB 215 217 220 -
CMYK 0.02 0.01 0 0.14
HSL 216º 0.07% 0.85% -
HSV(B) 216º 0.02% 0.86% -
XYZ 65.76 69.24 77.61 -
YUV 216.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 215 217 220 0.02 0.01 0 0.14 216 0.07 0.85
Hex D7 D9 DC 2 1 0 E D8 7 55
Octal 327 331 334 2 1 0 16 330 7 125
Binary 11010111 11011001 11011100 10 1 0 1110 11011000 111 1010101

Color Harmonies of #D7D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D9DC

Black with #D7D9DC

Text Example


Text Example

White with #D7D9DC

Text Example


Text Example

HTML Codes & Css Web 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>