#D1C6BE

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

Shades of Swirl #D1C6BE

Tints of Swirl #D1C6BE

Color information

#D1C6BE (or 0xD1C6BE) is unknown color: approx Swirl. HEX triplet: D1, C6 and BE. RGB value is (209,198,190). Sum of RGB (Red+Green+Blue) = 209+198+190=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C6BE is #2E3941. Grayscale: #C8C8C8. Windows color (decimal): -3029314 or 12502737. OLE color: 12502737.

HSL color Cylindrical-coordinate representation of color #D1C6BE: hue angle of 25.26º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C6BE is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209198190-
CMYK00.050.090.18
HSL25.26º17.12%78.24%-
HSV(B)25.26º9.09%81.96%-
XYZ55.7857.6656.9-
YUV200.38122.14134.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=35.01%
G=33.17%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919819000.050.090.1825.2617.1278.24
HexD1C6BE0591219114e
Octal3213062760511223121116
Binary110100011100011010111110010110011001011001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C6BE; }

 p { color: rgb(209,198,190); }

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

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

 a { background-color: rgb(209,198,190); }

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

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

 span { border-color: rgb(209,198,190); }

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