Html Css Color HEX #D6D7DB Hawkes Blue

📋 copy color: '#D6D7DB'

red 214 ◦ green 215 ◦ blue 219

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

Shades of Hawkes Blue #D6D7DB

Tints of Hawkes Blue #D6D7DB

RGB

 RED value IS 214 (83.98% from 255) = 33.02%

 GREEN value IS 215 (84.38% from 255) = 33.18%

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 33.02%
G = 33.18%
B = 33.8%

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

#D6D7DB (or 0xD6D7DB) is known color: Hawkes Blue. HEX triplet: D6, D7 and DB. RGB value is (214,215,219). Sum of RGB (Red+Green+Blue) = 214+215+219=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7DB is #292824. Grayscale: #D7D7D7. Windows color (decimal): -2697253 or 14407638. OLE color: 14407638.

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

Color convert

RGB 214 215 219 -
CMYK 0.02 0.02 0 0.14
HSL 228º 0.06% 0.85% -
HSV(B) 228º 0.02% 0.86% -
XYZ 64.82 68.01 76.73 -
YUV 215.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 214 215 219 0.02 0.02 0 0.14 228 0.06 0.85
Hex D6 D7 DB 2 2 0 E E4 6 55
Octal 326 327 333 2 2 0 16 344 6 125
Binary 11010110 11010111 11011011 10 10 0 1110 11100100 110 1010101

Color Harmonies of #D6D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D7DB

Black with #D6D7DB

Text Example


Text Example

White with #D6D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D7DB; }

 p { color: rgb(214,215,219); }

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

background-color css

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

 a { background-color: rgb(214,215,219); }

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

border-color css

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

 span { border-color: rgb(214,215,219); }

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