#D6C5BA

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

Shades of Stark White #D6C5BA

Tints of Stark White #D6C5BA

Color information

#D6C5BA (or 0xD6C5BA) is unknown color: approx Stark White. HEX triplet: D6, C5 and BA. RGB value is (214,197,186). Sum of RGB (Red+Green+Blue) = 214+197+186=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5BA is #293A45. Grayscale: #C8C8C8. Windows color (decimal): -2701894 or 12240342. OLE color: 12240342.

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

Color convert

RGB214197186-
CMYK00.080.130.16
HSL23.57º25.45%78.43%-
HSV(B)23.57º13.08%83.92%-
XYZ56.5657.7754.62-
YUV200.83119.63137.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=35.85%
G=33.00%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419718600.080.130.1623.5725.4578.43
HexD6C5BA08D1018194e
Octal32630527201015203031116
Binary1101011011000101101110100100011011000011000110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5BA; }

 p { color: rgb(214,197,186); }

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

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

 a { background-color: rgb(214,197,186); }

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

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

 span { border-color: rgb(214,197,186); }

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