#D6C7CB

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

Shades of Prim #D6C7CB

Tints of Prim #D6C7CB

Color information

#D6C7CB (or 0xD6C7CB) is unknown color: approx Prim. HEX triplet: D6, C7 and CB. RGB value is (214,199,203). Sum of RGB (Red+Green+Blue) = 214+199+203=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7CB is #293834. Grayscale: #CBCBCB. Windows color (decimal): -2701365 or 13354966. OLE color: 13354966.

HSL color Cylindrical-coordinate representation of color #D6C7CB: hue angle of 344º degrees, saturation: 0.15, 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 #D6C7CB is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214199203-
CMYK00.070.050.16
HSL344º15.46%80.98%-
HSV(B)344º7.01%83.92%-
XYZ58.9359.4564.87-
YUV203.94127.47135.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 199 (78.12% from 255) = 32.31%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=34.74%
G=32.31%
B=32.95%

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
Decimal21419920300.070.050.1634415.4680.98
HexD6C7CB07510158f51
Octal3263073130752053017121
Binary11010110110001111100101101111011000010101100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7CB; }

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

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

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

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

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

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

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

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