Html Css Color HEX #D8CFCB Swiss Coffee

📋 copy color: '#D8CFCB'

red 216 ◦ green 207 ◦ blue 203

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

Shades of Swiss Coffee #D8CFCB

Tints of Swiss Coffee #D8CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.43%

R = 34.5%
G = 33.07%
B = 32.43%

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

#D8CFCB (or 0xD8CFCB) is known color: Swiss Coffee. HEX triplet: D8, CF and CB. RGB value is (216,207,203). Sum of RGB (Red+Green+Blue) = 216+207+203=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFCB is #273034. Grayscale: #D1D1D1. Windows color (decimal): -2568245 or 13357016. OLE color: 13357016.

HSL color Cylindrical-coordinate representation of color #D8CFCB: hue angle of 18.46º degrees, saturation: 0.14, 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 #D8CFCB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 207 203 -
CMYK 0 0.04 0.06 0.15
HSL 18.46º 0.14% 0.82% -
HSV(B) 18.46º 0.06% 0.85% -
XYZ 61.41 63.54 65.53 -
YUV 209.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 216 207 203 0 0.04 0.06 0.15 18.46 0.14 0.82
Hex D8 CF CB 0 4 6 F 12 E 52
Octal 330 317 313 0 4 6 17 22 16 122
Binary 11011000 11001111 11001011 0 100 110 1111 10010 1110 1010010

Color Harmonies of #D8CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CFCB

Black with #D8CFCB

Text Example


Text Example

White with #D8CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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