Html Css Color HEX #D6D1CD Swiss Coffee

📋 copy color: '#D6D1CD'

red 214 ◦ green 209 ◦ blue 205

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

Shades of Swiss Coffee #D6D1CD

Tints of Swiss Coffee #D6D1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.28%

 BLUE value IS 205 (80.47% from 255) = 32.64%

R = 34.08%
G = 33.28%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6D1CD (or 0xD6D1CD) is known color: Swiss Coffee. HEX triplet: D6, D1 and CD. RGB value is (214,209,205). Sum of RGB (Red+Green+Blue) = 214+209+205=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1CD is #292E32. Grayscale: #D2D2D2. Windows color (decimal): -2698803 or 13488598. OLE color: 13488598.

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

Color convert

RGB 214 209 205 -
CMYK 0 0.02 0.04 0.16
HSL 26.67º 0.1% 0.82% -
HSV(B) 26.67º 0.04% 0.84% -
XYZ 61.55 64.3 66.93 -
YUV 210.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 214 209 205 0 0.02 0.04 0.16 26.67 0.1 0.82
Hex D6 D1 CD 0 2 4 10 1B A 52
Octal 326 321 315 0 2 4 20 33 12 122
Binary 11010110 11010001 11001101 0 10 100 10000 11011 1010 1010010

Color Harmonies of #D6D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1CD

Black with #D6D1CD

Text Example


Text Example

White with #D6D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1CD; }

 p { color: rgb(214,209,205); }

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

background-color css

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

 a { background-color: rgb(214,209,205); }

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

border-color css

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

 span { border-color: rgb(214,209,205); }

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