Html Css Color HEX #D6CDC7 Swiss Coffee

📋 copy color: '#D6CDC7'

red 214 ◦ green 205 ◦ blue 199

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

Shades of Swiss Coffee #D6CDC7

Tints of Swiss Coffee #D6CDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.2%

R = 34.63%
G = 33.17%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6CDC7 (or 0xD6CDC7) is known color: Swiss Coffee. HEX triplet: D6, CD and C7. RGB value is (214,205,199). Sum of RGB (Red+Green+Blue) = 214+205+199=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDC7 is #293238. Grayscale: #CFCFCF. Windows color (decimal): -2699833 or 13094358. OLE color: 13094358.

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

Color convert

RGB 214 205 199 -
CMYK 0 0.04 0.07 0.16
HSL 24º 0.15% 0.81% -
HSV(B) 24º 0.07% 0.84% -
XYZ 59.87 62.08 62.86 -
YUV 207.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 214 205 199 0 0.04 0.07 0.16 24 0.15 0.81
Hex D6 CD C7 0 4 7 10 18 F 51
Octal 326 315 307 0 4 7 20 30 17 121
Binary 11010110 11001101 11000111 0 100 111 10000 11000 1111 1010001

Color Harmonies of #D6CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDC7

Black with #D6CDC7

Text Example


Text Example

White with #D6CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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