Html Css Color HEX #D4D9D6 Mystic

📋 copy color: '#D4D9D6'

red 212 ◦ green 217 ◦ blue 214

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

Shades of Mystic #D4D9D6

Tints of Mystic #D4D9D6

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

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

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

Color convert

RGB 212 217 214 -
CMYK 0.02 0 0.01 0.15
HSL 144º 0.06% 0.84% -
HSV(B) 144º 0.02% 0.85% -
XYZ 64.1 68.48 73.46 -
YUV 215.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 212 217 214 0.02 0 0.01 0.15 144 0.06 0.84
Hex D4 D9 D6 2 0 1 F 90 6 54
Octal 324 331 326 2 0 1 17 220 6 124
Binary 11010100 11011001 11010110 10 0 1 1111 10010000 110 1010100

Color Harmonies of #D4D9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D9D6

Black with #D4D9D6

Text Example


Text Example

White with #D4D9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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