Html Css Color HEX #D6D9D4 Aqua Haze

📋 copy color: '#D6D9D4'

red 214 ◦ green 217 ◦ blue 212

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

Shades of Aqua Haze #D6D9D4

Tints of Aqua Haze #D6D9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.75%

 BLUE value IS 212 (83.2% from 255) = 32.97%

R = 33.28%
G = 33.75%
B = 32.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D6D9D4 (or 0xD6D9D4) is known color: Aqua Haze. HEX triplet: D6, D9 and D4. RGB value is (214,217,212). Sum of RGB (Red+Green+Blue) = 214+217+212=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9D4 is #29262B. Grayscale: #D7D7D7. Windows color (decimal): -2696748 or 13949398. OLE color: 13949398.

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

Color convert

RGB 214 217 212 -
CMYK 0.01 0 0.02 0.15
HSL 96º 0.06% 0.84% -
HSV(B) 96º 0.02% 0.85% -
XYZ 64.43 68.68 72.15 -
YUV 215.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 214 217 212 0.01 0 0.02 0.15 96 0.06 0.84
Hex D6 D9 D4 1 0 2 F 60 6 54
Octal 326 331 324 1 0 2 17 140 6 124
Binary 11010110 11011001 11010100 1 0 10 1111 1100000 110 1010100

Color Harmonies of #D6D9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D9D4

Black with #D6D9D4

Text Example


Text Example

White with #D6D9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D9D4; }

 p { color: rgb(214,217,212); }

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

background-color css

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

 a { background-color: rgb(214,217,212); }

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

border-color css

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

 span { border-color: rgb(214,217,212); }

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