Html Css Color HEX #D6D0CC Swiss Coffee

📋 copy color: '#D6D0CC'

red 214 ◦ green 208 ◦ blue 204

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

Shades of Swiss Coffee #D6D0CC

Tints of Swiss Coffee #D6D0CC

RGB

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

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

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

R = 34.19%
G = 33.23%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6D0CC (or 0xD6D0CC) is known color: Swiss Coffee. HEX triplet: D6, D0 and CC. RGB value is (214,208,204). Sum of RGB (Red+Green+Blue) = 214+208+204=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CC is #292F33. Grayscale: #D1D1D1. Windows color (decimal): -2699060 or 13422806. OLE color: 13422806.

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

Color convert

RGB 214 208 204 -
CMYK 0 0.03 0.05 0.16
HSL 24º 0.11% 0.82% -
HSV(B) 24º 0.05% 0.84% -
XYZ 61.19 63.77 66.21 -
YUV 209.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 214 208 204 0 0.03 0.05 0.16 24 0.11 0.82
Hex D6 D0 CC 0 3 5 10 18 B 52
Octal 326 320 314 0 3 5 20 30 13 122
Binary 11010110 11010000 11001100 0 11 101 10000 11000 1011 1010010

Color Harmonies of #D6D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D0CC

Black with #D6D0CC

Text Example


Text Example

White with #D6D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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