#D1C7BE

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

Shades of Stark White #D1C7BE

Tints of Stark White #D1C7BE

Color information

#D1C7BE (or 0xD1C7BE) is unknown color: approx Stark White. HEX triplet: D1, C7 and BE. RGB value is (209,199,190). Sum of RGB (Red+Green+Blue) = 209+199+190=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C7BE is #2E3841. Grayscale: #C9C9C9. Windows color (decimal): -3029058 or 12502993. OLE color: 12502993.

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

Color convert

RGB209199190-
CMYK00.050.090.18
HSL28.42º17.12%78.24%-
HSV(B)28.42º9.09%81.96%-
XYZ56.0158.1256.98-
YUV200.96121.81133.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.95%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=34.95%
G=33.28%
B=31.77%

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
Decimal20919919000.050.090.1828.4217.1278.24
HexD1C7BE059121c114e
Octal3213072760511223421116
Binary110100011100011110111110010110011001011100100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C7BE; }

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

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

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

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

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

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

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

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