#D3C8BA

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

Shades of Stark White #D3C8BA

Tints of Stark White #D3C8BA

Color information

#D3C8BA (or 0xD3C8BA) is unknown color: approx Stark White. HEX triplet: D3, C8 and BA. RGB value is (211,200,186). Sum of RGB (Red+Green+Blue) = 211+200+186=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C8BA is #2C3745. Grayscale: #C9C9C9. Windows color (decimal): -2897734 or 12241107. OLE color: 12241107.

HSL color Cylindrical-coordinate representation of color #D3C8BA: hue angle of 33.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3C8BA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211200186-
CMYK00.050.120.17
HSL33.6º22.12%77.84%-
HSV(B)33.6º11.85%82.75%-
XYZ56.3858.754.81-
YUV201.69119.14134.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.34%
GREEN value IS 200 (78.52% from 255) = 33.50%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=35.34%
G=33.50%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120018600.050.120.1733.622.1277.84
HexD3C8BA05C1122164e
Octal3233102720514214226116
Binary1101001111001000101110100101110010001100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C8BA; }

 p { color: rgb(211,200,186); }

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

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

 a { background-color: rgb(211,200,186); }

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

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

 span { border-color: rgb(211,200,186); }

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