Html Css Color HEX #D6CBC5 Swiss Coffee

📋 copy color: '#D6CBC5'

red 214 ◦ green 203 ◦ blue 197

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

Shades of Swiss Coffee #D6CBC5

Tints of Swiss Coffee #D6CBC5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.06%

 BLUE value IS 197 (77.34% from 255) = 32.08%

R = 34.85%
G = 33.06%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6CBC5 (or 0xD6CBC5) is known color: Swiss Coffee. HEX triplet: D6, CB and C5. RGB value is (214,203,197). Sum of RGB (Red+Green+Blue) = 214+203+197=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBC5 is #29343A. Grayscale: #CDCDCD. Windows color (decimal): -2700347 or 12962774. OLE color: 12962774.

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

Color convert

RGB 214 203 197 -
CMYK 0 0.05 0.08 0.16
HSL 21.18º 0.17% 0.81% -
HSV(B) 21.18º 0.08% 0.84% -
XYZ 59.17 61.04 61.49 -
YUV 205.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 214 203 197 0 0.05 0.08 0.16 21.18 0.17 0.81
Hex D6 CB C5 0 5 8 10 15 11 51
Octal 326 313 305 0 5 10 20 25 21 121
Binary 11010110 11001011 11000101 0 101 1000 10000 10101 10001 1010001

Color Harmonies of #D6CBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBC5

Black with #D6CBC5

Text Example


Text Example

White with #D6CBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBC5; }

 p { color: rgb(214,203,197); }

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

background-color css

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

 a { background-color: rgb(214,203,197); }

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

border-color css

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

 span { border-color: rgb(214,203,197); }

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