Html Css Color HEX #D8CAC6 Swiss Coffee

📋 copy color: '#D8CAC6'

red 216 ◦ green 202 ◦ blue 198

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

Shades of Swiss Coffee #D8CAC6

Tints of Swiss Coffee #D8CAC6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.79%

 BLUE value IS 198 (77.73% from 255) = 32.14%

R = 35.06%
G = 32.79%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D8CAC6 (or 0xD8CAC6) is known color: Swiss Coffee. HEX triplet: D8, CA and C6. RGB value is (216,202,198). Sum of RGB (Red+Green+Blue) = 216+202+198=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAC6 is #273539. Grayscale: #CDCDCD. Windows color (decimal): -2569530 or 13028056. OLE color: 13028056.

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

Color convert

RGB 216 202 198 -
CMYK 0 0.06 0.08 0.15
HSL 13.33º 0.19% 0.81% -
HSV(B) 13.33º 0.08% 0.85% -
XYZ 59.63 60.92 62.04 -
YUV 205.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 216 202 198 0 0.06 0.08 0.15 13.33 0.19 0.81
Hex D8 CA C6 0 6 8 F D 13 51
Octal 330 312 306 0 6 10 17 15 23 121
Binary 11011000 11001010 11000110 0 110 1000 1111 1101 10011 1010001

Color Harmonies of #D8CAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAC6

Black with #D8CAC6

Text Example


Text Example

White with #D8CAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAC6; }

 p { color: rgb(216,202,198); }

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

background-color css

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

 a { background-color: rgb(216,202,198); }

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

border-color css

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

 span { border-color: rgb(216,202,198); }

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