Html Css Color HEX #D8CFCA Swiss Coffee

📋 copy color: '#D8CFCA'

red 216 ◦ green 207 ◦ blue 202

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

Shades of Swiss Coffee #D8CFCA

Tints of Swiss Coffee #D8CFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.12%

 BLUE value IS 202 (79.3% from 255) = 32.32%

R = 34.56%
G = 33.12%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8CFCA (or 0xD8CFCA) is known color: Swiss Coffee. HEX triplet: D8, CF and CA. RGB value is (216,207,202). Sum of RGB (Red+Green+Blue) = 216+207+202=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFCA is #273035. Grayscale: #D1D1D1. Windows color (decimal): -2568246 or 13291480. OLE color: 13291480.

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

Color convert

RGB 216 207 202 -
CMYK 0 0.04 0.06 0.15
HSL 21.43º 0.15% 0.82% -
HSV(B) 21.43º 0.06% 0.85% -
XYZ 61.29 63.49 64.9 -
YUV 209.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 216 207 202 0 0.04 0.06 0.15 21.43 0.15 0.82
Hex D8 CF CA 0 4 6 F 15 F 52
Octal 330 317 312 0 4 6 17 25 17 122
Binary 11011000 11001111 11001010 0 100 110 1111 10101 1111 1010010

Color Harmonies of #D8CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CFCA

Black with #D8CFCA

Text Example


Text Example

White with #D8CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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