Html Css Color HEX #D7CFCB Swiss Coffee

📋 copy color: '#D7CFCB'

red 215 ◦ green 207 ◦ blue 203

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

Shades of Swiss Coffee #D7CFCB

Tints of Swiss Coffee #D7CFCB

RGB

 RED value IS 215 (84.38% from 255) = 34.4%

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

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

R = 34.4%
G = 33.12%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7CFCB (or 0xD7CFCB) is known color: Swiss Coffee. HEX triplet: D7, CF and CB. RGB value is (215,207,203). Sum of RGB (Red+Green+Blue) = 215+207+203=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFCB is #283034. Grayscale: #D0D0D0. Windows color (decimal): -2633781 or 13357015. OLE color: 13357015.

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

Color convert

RGB 215 207 203 -
CMYK 0 0.04 0.06 0.16
HSL 20º 0.13% 0.82% -
HSV(B) 20º 0.06% 0.84% -
XYZ 61.12 63.38 65.51 -
YUV 208.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 215 207 203 0 0.04 0.06 0.16 20 0.13 0.82
Hex D7 CF CB 0 4 6 10 14 D 52
Octal 327 317 313 0 4 6 20 24 15 122
Binary 11010111 11001111 11001011 0 100 110 10000 10100 1101 1010010

Color Harmonies of #D7CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CFCB

Black with #D7CFCB

Text Example


Text Example

White with #D7CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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