#D5C7CB

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

Shades of Prim #D5C7CB

Tints of Prim #D5C7CB

Color information

#D5C7CB (or 0xD5C7CB) is unknown color: approx Prim. HEX triplet: D5, C7 and CB. RGB value is (213,199,203). Sum of RGB (Red+Green+Blue) = 213+199+203=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7CB is #2A3834. Grayscale: #CBCBCB. Windows color (decimal): -2766901 or 13354965. OLE color: 13354965.

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

Color convert

RGB213199203-
CMYK00.070.050.16
HSL342.86º14.29%80.78%-
HSV(B)342.86º6.57%83.53%-
XYZ58.6459.364.86-
YUV203.64127.64134.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=34.63%
G=32.36%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319920300.070.050.16342.8614.2980.78
HexD5C7CB07510157e51
Octal3253073130752052716121
Binary11010101110001111100101101111011000010101011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C7CB; }

 p { color: rgb(213,199,203); }

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

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

 a { background-color: rgb(213,199,203); }

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

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

 span { border-color: rgb(213,199,203); }

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