#D1C6BC

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

Shades of Stark White #D1C6BC

Tints of Stark White #D1C6BC

Color information

#D1C6BC (or 0xD1C6BC) is unknown color: approx Stark White. HEX triplet: D1, C6 and BC. RGB value is (209,198,188). Sum of RGB (Red+Green+Blue) = 209+198+188=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C6BC is #2E3943. Grayscale: #C8C8C8. Windows color (decimal): -3029316 or 12371665. OLE color: 12371665.

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

Color convert

RGB209198188-
CMYK00.050.100.18
HSL28.57º18.58%77.84%-
HSV(B)28.57º10.05%81.96%-
XYZ55.5757.5755.76-
YUV200.15121.14134.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=35.13%
G=33.28%
B=31.60%

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
Decimal20919818800.050.100.1828.5718.5877.84
HexD1C6BC05A121d134e
Octal3213062740512223523116
Binary110100011100011010111100010110101001011101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C6BC; }

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

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

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

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

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

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

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

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