#D1C7BB

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

Shades of Stark White #D1C7BB

Tints of Stark White #D1C7BB

Color information

#D1C7BB (or 0xD1C7BB) is unknown color: approx Stark White. HEX triplet: D1, C7 and BB. RGB value is (209,199,187). Sum of RGB (Red+Green+Blue) = 209+199+187=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C7BB is #2E3844. Grayscale: #C8C8C8. Windows color (decimal): -3029061 or 12306385. OLE color: 12306385.

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

Color convert

RGB209199187-
CMYK00.050.110.18
HSL32.73º19.3%77.65%-
HSV(B)32.73º10.53%81.96%-
XYZ55.6957.9955.27-
YUV200.62120.31133.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=35.13%
G=33.45%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919918700.050.110.1832.7319.377.65
HexD1C7BB05B1221134e
Octal3213072730513224123116
Binary1101000111000111101110110101101110010100001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C7BB; }

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

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

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

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

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

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

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

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