#D1C9BE

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

Shades of Stark White #D1C9BE

Tints of Stark White #D1C9BE

Color information

#D1C9BE (or 0xD1C9BE) is unknown color: approx Stark White. HEX triplet: D1, C9 and BE. RGB value is (209,201,190). Sum of RGB (Red+Green+Blue) = 209+201+190=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C9BE is #2E3641. Grayscale: #CACACA. Windows color (decimal): -3028546 or 12503505. OLE color: 12503505.

HSL color Cylindrical-coordinate representation of color #D1C9BE: hue angle of 34.74º 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 #D1C9BE is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209201190-
CMYK00.040.090.18
HSL34.74º17.12%78.24%-
HSV(B)34.74º9.09%81.96%-
XYZ56.4859.0557.14-
YUV202.14121.15132.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 201 (78.91% from 255) = 33.5%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=34.83%
G=33.5%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920119000.040.090.1834.7417.1278.24
HexD1C9BE0491223114e
Octal3213112760411224321116
Binary1101000111001001101111100100100110010100011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C9BE; }

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

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

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

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

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

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

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

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