#D5C8BA

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

Shades of Stark White #D5C8BA

Tints of Stark White #D5C8BA

Color information

#D5C8BA (or 0xD5C8BA) is unknown color: approx Stark White. HEX triplet: D5, C8 and BA. RGB value is (213,200,186). Sum of RGB (Red+Green+Blue) = 213+200+186=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8BA is #2A3745. Grayscale: #CACACA. Windows color (decimal): -2766662 or 12241109. OLE color: 12241109.

HSL color Cylindrical-coordinate representation of color #D5C8BA: hue angle of 31.11º 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 #D5C8BA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213200186-
CMYK00.060.130.16
HSL31.11º24.32%78.24%-
HSV(B)31.11º12.68%83.53%-
XYZ56.965954.84-
YUV202.29118.81135.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=35.56%
G=33.39%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320018600.060.130.1631.1124.3278.24
HexD5C8BA06D101f184e
Octal3253102720615203730116
Binary110101011100100010111010011011011000011111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8BA; }

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

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

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

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

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

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

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

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