#D1C9C0

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

Shades of Swirl #D1C9C0

Tints of Swirl #D1C9C0

Color information

#D1C9C0 (or 0xD1C9C0) is unknown color: approx Swirl. HEX triplet: D1, C9 and C0. RGB value is (209,201,192). Sum of RGB (Red+Green+Blue) = 209+201+192=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C9C0 is #2E363F. Grayscale: #CACACA. Windows color (decimal): -3028544 or 12634577. OLE color: 12634577.

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

Color convert

RGB209201192-
CMYK00.040.080.18
HSL31.76º15.6%78.63%-
HSV(B)31.76º8.13%81.96%-
XYZ56.759.1358.3-
YUV202.37122.15132.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=34.72%
G=33.39%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920119200.040.080.1831.7615.678.63
HexD1C9C00481220104f
Octal3213113000410224020117
Binary1101000111001001110000000100100010010100000100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C9C0; }

 p { color: rgb(209,201,192); }

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

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

 a { background-color: rgb(209,201,192); }

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

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

 span { border-color: rgb(209,201,192); }

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