#D5C7BA

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

Shades of Stark White #D5C7BA

Tints of Stark White #D5C7BA

Color information

#D5C7BA (or 0xD5C7BA) is unknown color: approx Stark White. HEX triplet: D5, C7 and BA. RGB value is (213,199,186). Sum of RGB (Red+Green+Blue) = 213+199+186=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7BA is #2A3845. Grayscale: #C9C9C9. Windows color (decimal): -2766918 or 12240853. OLE color: 12240853.

HSL color Cylindrical-coordinate representation of color #D5C7BA: hue angle of 28.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5C7BA is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213199186-
CMYK00.070.130.16
HSL28.89º24.32%78.24%-
HSV(B)28.89º12.68%83.53%-
XYZ56.7358.5454.76-
YUV201.7119.14136.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=35.62%
G=33.28%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319918600.070.130.1628.8924.3278.24
HexD5C7BA07D101d184e
Octal3253072720715203530116
Binary110101011100011110111010011111011000011101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C7BA; }

 p { color: rgb(213,199,186); }

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

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

 a { background-color: rgb(213,199,186); }

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

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

 span { border-color: rgb(213,199,186); }

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