#D1C8BE

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

Shades of Stark White #D1C8BE

Tints of Stark White #D1C8BE

Color information

#D1C8BE (or 0xD1C8BE) is unknown color: approx Stark White. HEX triplet: D1, C8 and BE. RGB value is (209,200,190). Sum of RGB (Red+Green+Blue) = 209+200+190=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8BE is #2E3741. Grayscale: #C9C9C9. Windows color (decimal): -3028802 or 12503249. OLE color: 12503249.

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

Color convert

RGB209200190-
CMYK00.040.090.18
HSL31.58º17.12%78.24%-
HSV(B)31.58º9.09%81.96%-
XYZ56.2458.5857.06-
YUV201.55121.48133.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=34.89%
G=33.39%
B=31.72%

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
Decimal20920019000.040.090.1831.5817.1278.24
HexD1C8BE0491220114e
Octal3213102760411224021116
Binary1101000111001000101111100100100110010100000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8BE; }

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

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

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

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

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

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

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

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