Html Css Color HEX #D6D4DA Fog

📋 copy color: '#D6D4DA'

red 214 ◦ green 212 ◦ blue 218

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

Shades of Fog #D6D4DA

Tints of Fog #D6D4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.92%

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 33.23%
G = 32.92%
B = 33.85%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6D4DA (or 0xD6D4DA) is known color: Fog. HEX triplet: D6, D4 and DA. RGB value is (214,212,218). Sum of RGB (Red+Green+Blue) = 214+212+218=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6D4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4DA is #292B25. Grayscale: #D5D5D5. Windows color (decimal): -2698022 or 14341334. OLE color: 14341334.

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

Color convert

RGB 214 212 218 -
CMYK 0.02 0.03 0 0.15
HSL 260º 0.08% 0.84% -
HSV(B) 260º 0.03% 0.85% -
XYZ 63.93 66.45 75.79 -
YUV 213.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 214 212 218 0.02 0.03 0 0.15 260 0.08 0.84
Hex D6 D4 DA 2 3 0 F 104 8 54
Octal 326 324 332 2 3 0 17 404 10 124
Binary 11010110 11010100 11011010 10 11 0 1111 100000100 1000 1010100

Color Harmonies of #D6D4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D4DA

Black with #D6D4DA

Text Example


Text Example

White with #D6D4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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