#D9C6CB

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

Shades of Prim #D9C6CB

Tints of Prim #D9C6CB

Color information

#D9C6CB (or 0xD9C6CB) is unknown color: approx Prim. HEX triplet: D9, C6 and CB. RGB value is (217,198,203). Sum of RGB (Red+Green+Blue) = 217+198+203=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6CB is #263934. Grayscale: #CCCCCC. Windows color (decimal): -2505013 or 13354713. OLE color: 13354713.

HSL color Cylindrical-coordinate representation of color #D9C6CB: hue angle of 344.21º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9C6CB is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217198203-
CMYK00.090.060.15
HSL344.21º20%81.37%-
HSV(B)344.21º8.76%85.1%-
XYZ59.5959.4564.83-
YUV204.25127.29137.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=35.11%
G=32.04%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719820300.090.060.15344.212081.37
HexD9C6CB096F1581451
Octal33130631301161753024121
Binary110110011100011011001011010011101111101011000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6CB; }

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

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

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

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

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

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

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

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