Html Css Color HEX #D7D1CE Swiss Coffee

📋 copy color: '#D7D1CE'

red 215 ◦ green 209 ◦ blue 206

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

Shades of Swiss Coffee #D7D1CE

Tints of Swiss Coffee #D7D1CE

RGB

 RED value IS 215 (84.38% from 255) = 34.13%

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

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

R = 34.13%
G = 33.17%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7D1CE (or 0xD7D1CE) is known color: Swiss Coffee. HEX triplet: D7, D1 and CE. RGB value is (215,209,206). Sum of RGB (Red+Green+Blue) = 215+209+206=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1CE is #282E31. Grayscale: #D2D2D2. Windows color (decimal): -2633266 or 13554135. OLE color: 13554135.

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

Color convert

RGB 215 209 206 -
CMYK 0 0.03 0.04 0.16
HSL 20º 0.1% 0.83% -
HSV(B) 20º 0.04% 0.84% -
XYZ 61.97 64.5 67.58 -
YUV 210.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 215 209 206 0 0.03 0.04 0.16 20 0.1 0.83
Hex D7 D1 CE 0 3 4 10 14 A 53
Octal 327 321 316 0 3 4 20 24 12 123
Binary 11010111 11010001 11001110 0 11 100 10000 10100 1010 1010011

Color Harmonies of #D7D1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D1CE

Black with #D7D1CE

Text Example


Text Example

White with #D7D1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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