Html Css Color HEX #D6D7D5 Aqua Haze

📋 copy color: '#D6D7D5'

red 214 ◦ green 215 ◦ blue 213

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

Shades of Aqua Haze #D6D7D5

Tints of Aqua Haze #D6D7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 33.33%
G = 33.49%
B = 33.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6D7D5 (or 0xD6D7D5) is known color: Aqua Haze. HEX triplet: D6, D7 and D5. RGB value is (214,215,213). Sum of RGB (Red+Green+Blue) = 214+215+213=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7D5 is #29282A. Grayscale: #D6D6D6. Windows color (decimal): -2697259 or 14014422. OLE color: 14014422.

HSL color Cylindrical-coordinate representation of color #D6D7D5: hue angle of 90º degrees, saturation: 0.02, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D6D7D5 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 215 213 -
CMYK 0.00 0 0.01 0.16
HSL 90º 0.02% 0.84% -
HSV(B) 90º 0.01% 0.84% -
XYZ 64.04 67.7 72.64 -
YUV 214.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 214 215 213 0.00 0 0.01 0.16 90 0.02 0.84
Hex D6 D7 D5 0 0 1 10 5A 2 54
Octal 326 327 325 0 0 1 20 132 2 124
Binary 11010110 11010111 11010101 0 0 1 10000 1011010 10 1010100

Color Harmonies of #D6D7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D7D5

Black with #D6D7D5

Text Example


Text Example

White with #D6D7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D7D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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