Html Css Color HEX #D8CAC4 Swiss Coffee

📋 copy color: '#D8CAC4'

red 216 ◦ green 202 ◦ blue 196

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

Shades of Swiss Coffee #D8CAC4

Tints of Swiss Coffee #D8CAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.92%

R = 35.18%
G = 32.9%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D8CAC4 (or 0xD8CAC4) is known color: Swiss Coffee. HEX triplet: D8, CA and C4. RGB value is (216,202,196). Sum of RGB (Red+Green+Blue) = 216+202+196=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAC4 is #27353B. Grayscale: #CDCDCD. Windows color (decimal): -2569532 or 12896984. OLE color: 12896984.

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

Color convert

RGB 216 202 196 -
CMYK 0 0.06 0.09 0.15
HSL 18º 0.2% 0.81% -
HSV(B) 18º 0.09% 0.85% -
XYZ 59.4 60.83 60.83 -
YUV 205.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 216 202 196 0 0.06 0.09 0.15 18 0.2 0.81
Hex D8 CA C4 0 6 9 F 12 14 51
Octal 330 312 304 0 6 11 17 22 24 121
Binary 11011000 11001010 11000100 0 110 1001 1111 10010 10100 1010001

Color Harmonies of #D8CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAC4

Black with #D8CAC4

Text Example


Text Example

White with #D8CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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