Html Css Color HEX #D6CDC9 Swiss Coffee

📋 copy color: '#D6CDC9'

red 214 ◦ green 205 ◦ blue 201

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

Shades of Swiss Coffee #D6CDC9

Tints of Swiss Coffee #D6CDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

 BLUE value IS 201 (78.91% from 255) = 32.42%

R = 34.52%
G = 33.06%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6CDC9 (or 0xD6CDC9) is known color: Swiss Coffee. HEX triplet: D6, CD and C9. RGB value is (214,205,201). Sum of RGB (Red+Green+Blue) = 214+205+201=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDC9 is #293236. Grayscale: #CFCFCF. Windows color (decimal): -2699831 or 13225430. OLE color: 13225430.

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

Color convert

RGB 214 205 201 -
CMYK 0 0.04 0.06 0.16
HSL 18.46º 0.14% 0.81% -
HSV(B) 18.46º 0.06% 0.84% -
XYZ 60.11 62.18 64.09 -
YUV 207.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 214 205 201 0 0.04 0.06 0.16 18.46 0.14 0.81
Hex D6 CD C9 0 4 6 10 12 E 51
Octal 326 315 311 0 4 6 20 22 16 121
Binary 11010110 11001101 11001001 0 100 110 10000 10010 1110 1010001

Color Harmonies of #D6CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDC9

Black with #D6CDC9

Text Example


Text Example

White with #D6CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDC9; }

 p { color: rgb(214,205,201); }

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

background-color css

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

 a { background-color: rgb(214,205,201); }

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

border-color css

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

 span { border-color: rgb(214,205,201); }

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