Html Css Color HEX #D5D1CE Swiss Coffee

📋 copy color: '#D5D1CE'

red 213 ◦ green 209 ◦ blue 206

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

Shades of Swiss Coffee #D5D1CE

Tints of Swiss Coffee #D5D1CE

RGB

 RED value IS 213 (83.59% from 255) = 33.92%

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

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

R = 33.92%
G = 33.28%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5D1CE (or 0xD5D1CE) is known color: Swiss Coffee. HEX triplet: D5, D1 and CE. RGB value is (213,209,206). Sum of RGB (Red+Green+Blue) = 213+209+206=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1CE is #2A2E31. Grayscale: #D1D1D1. Windows color (decimal): -2764338 or 13554133. OLE color: 13554133.

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

Color convert

RGB 213 209 206 -
CMYK 0 0.02 0.03 0.16
HSL 25.71º 0.08% 0.82% -
HSV(B) 25.71º 0.03% 0.84% -
XYZ 61.38 64.2 67.55 -
YUV 209.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 213 209 206 0 0.02 0.03 0.16 25.71 0.08 0.82
Hex D5 D1 CE 0 2 3 10 1A 8 52
Octal 325 321 316 0 2 3 20 32 10 122
Binary 11010101 11010001 11001110 0 10 11 10000 11010 1000 1010010

Color Harmonies of #D5D1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D1CE

Black with #D5D1CE

Text Example


Text Example

White with #D5D1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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