Html Css Color HEX #D8D0CC Swiss Coffee

📋 copy color: '#D8D0CC'

red 216 ◦ green 208 ◦ blue 204

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

Shades of Swiss Coffee #D8D0CC

Tints of Swiss Coffee #D8D0CC

RGB

 RED value IS 216 (84.77% from 255) = 34.39%

 GREEN value IS 208 (81.64% from 255) = 33.12%

 BLUE value IS 204 (80.08% from 255) = 32.48%

R = 34.39%
G = 33.12%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8D0CC (or 0xD8D0CC) is known color: Swiss Coffee. HEX triplet: D8, D0 and CC. RGB value is (216,208,204). Sum of RGB (Red+Green+Blue) = 216+208+204=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0CC is #272F33. Grayscale: #D1D1D1. Windows color (decimal): -2567988 or 13422808. OLE color: 13422808.

HSL color Cylindrical-coordinate representation of color #D8D0CC: hue angle of 20º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D0CC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 204 -
CMYK 0 0.04 0.06 0.15
HSL 20º 0.13% 0.82% -
HSV(B) 20º 0.06% 0.85% -
XYZ 61.77 64.07 66.24 -
YUV 209.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 216 208 204 0 0.04 0.06 0.15 20 0.13 0.82
Hex D8 D0 CC 0 4 6 F 14 D 52
Octal 330 320 314 0 4 6 17 24 15 122
Binary 11011000 11010000 11001100 0 100 110 1111 10100 1101 1010010

Color Harmonies of #D8D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D0CC

Black with #D8D0CC

Text Example


Text Example

White with #D8D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D0CC; }

 p { color: rgb(216,208,204); }

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

background-color css

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

 a { background-color: rgb(216,208,204); }

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

border-color css

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

 span { border-color: rgb(216,208,204); }

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