Html Css Color HEX #D6D1CE Swiss Coffee

📋 copy color: '#D6D1CE'

red 214 ◦ green 209 ◦ blue 206

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

Shades of Swiss Coffee #D6D1CE

Tints of Swiss Coffee #D6D1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 34.02%
G = 33.23%
B = 32.75%

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

#D6D1CE (or 0xD6D1CE) is known color: Swiss Coffee. HEX triplet: D6, D1 and CE. RGB value is (214,209,206). Sum of RGB (Red+Green+Blue) = 214+209+206=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1CE is #292E31. Grayscale: #D2D2D2. Windows color (decimal): -2698802 or 13554134. OLE color: 13554134.

HSL color Cylindrical-coordinate representation of color #D6D1CE: hue angle of 22.5º degrees, saturation: 0.09, 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 #D6D1CE is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 206 -
CMYK 0 0.02 0.04 0.16
HSL 22.5º 0.09% 0.82% -
HSV(B) 22.5º 0.04% 0.84% -
XYZ 61.67 64.35 67.56 -
YUV 210.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 214 209 206 0 0.02 0.04 0.16 22.5 0.09 0.82
Hex D6 D1 CE 0 2 4 10 16 9 52
Octal 326 321 316 0 2 4 20 26 11 122
Binary 11010110 11010001 11001110 0 10 100 10000 10110 1001 1010010

Color Harmonies of #D6D1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1CE

Black with #D6D1CE

Text Example


Text Example

White with #D6D1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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