#D7C6CB

Color #D7C6CB Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #D7C6CB

Tints of Prim #D7C6CB

Color information

#D7C6CB (or 0xD7C6CB) is unknown color: approx Prim. HEX triplet: D7, C6 and CB. RGB value is (215,198,203). Sum of RGB (Red+Green+Blue) = 215+198+203=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6CB is #283934. Grayscale: #CBCBCB. Windows color (decimal): -2636085 or 13354711. OLE color: 13354711.

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

Color convert

RGB215198203-
CMYK00.080.060.16
HSL342.35º17.53%80.98%-
HSV(B)342.35º7.91%84.31%-
XYZ5959.1564.81-
YUV203.65127.63136.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.90%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=34.90%
G=32.14%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519820300.080.060.16342.3517.5380.98
HexD7C6CB086101561251
Octal32730631301062052622121
Binary1101011111000110110010110100011010000101010110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C6CB; }

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

 H1.HeaderClassName
 {
   color: #D7C6CB;
 }
 .AnyTagClassName
 {
   color: #D7C6CB;
 }
</style>
background-color css

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

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

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

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

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

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