#D1C7BC

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

Shades of Stark White #D1C7BC

Tints of Stark White #D1C7BC

Color information

#D1C7BC (or 0xD1C7BC) is unknown color: approx Stark White. HEX triplet: D1, C7 and BC. RGB value is (209,199,188). Sum of RGB (Red+Green+Blue) = 209+199+188=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C7BC is #2E3843. Grayscale: #C8C8C8. Windows color (decimal): -3029060 or 12371921. OLE color: 12371921.

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

Color convert

RGB209199188-
CMYK00.050.100.18
HSL31.43º18.58%77.84%-
HSV(B)31.43º10.05%81.96%-
XYZ55.858.0355.84-
YUV200.74120.81133.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=35.07%
G=33.39%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919918800.050.100.1831.4318.5877.84
HexD1C7BC05A121f134e
Octal3213072740512223723116
Binary110100011100011110111100010110101001011111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C7BC; }

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

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

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

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

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

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

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

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