Html Css Color HEX #D7D8DC Hawkes Blue

📋 copy color: '#D7D8DC'

red 215 ◦ green 216 ◦ blue 220

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

Shades of Hawkes Blue #D7D8DC

Tints of Hawkes Blue #D7D8DC

RGB

 RED value IS 215 (84.38% from 255) = 33.03%

 GREEN value IS 216 (84.77% from 255) = 33.18%

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 33.03%
G = 33.18%
B = 33.79%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7D8DC (or 0xD7D8DC) is known color: Hawkes Blue. HEX triplet: D7, D8 and DC. RGB value is (215,216,220). Sum of RGB (Red+Green+Blue) = 215+216+220=651 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.03% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D8DC is #282723. Grayscale: #D8D8D8. Windows color (decimal): -2631460 or 14473431. OLE color: 14473431.

HSL color Cylindrical-coordinate representation of color #D7D8DC: hue angle of 228º 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 #D7D8DC is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 216 220 -
CMYK 0.02 0.02 0 0.14
HSL 228º 0.07% 0.85% -
HSV(B) 228º 0.02% 0.86% -
XYZ 65.5 68.73 77.52 -
YUV 216.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 215 216 220 0.02 0.02 0 0.14 228 0.07 0.85
Hex D7 D8 DC 2 2 0 E E4 7 55
Octal 327 330 334 2 2 0 16 344 7 125
Binary 11010111 11011000 11011100 10 10 0 1110 11100100 111 1010101

Color Harmonies of #D7D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D8DC

Black with #D7D8DC

Text Example


Text Example

White with #D7D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D8DC; }

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

 H1.HeaderClassName
 {
   color: #D7D8DC;
 }
 .AnyTagClassName
 {
   color: #D7D8DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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