#D3C6B6

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

Shades of Stark White #D3C6B6

Tints of Stark White #D3C6B6

Color information

#D3C6B6 (or 0xD3C6B6) is unknown color: approx Stark White. HEX triplet: D3, C6 and B6. RGB value is (211,198,182). Sum of RGB (Red+Green+Blue) = 211+198+182=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C6B6 is #2C3949. Grayscale: #C8C8C8. Windows color (decimal): -2898250 or 11978451. OLE color: 11978451.

HSL color Cylindrical-coordinate representation of color #D3C6B6: hue angle of 33.1º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3C6B6 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB211198182-
CMYK00.060.140.17
HSL33.1º24.79%77.06%-
HSV(B)33.1º13.74%82.75%-
XYZ55.557.6152.45-
YUV200.06117.81135.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=35.70%
G=33.50%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119818200.060.140.1733.124.7977.06
HexD3C6B606E1121194d
Octal3233062660616214131115
Binary1101001111000110101101100110111010001100001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C6B6; }

 p { color: rgb(211,198,182); }

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

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

 a { background-color: rgb(211,198,182); }

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

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

 span { border-color: rgb(211,198,182); }

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