#E6BDAF

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

Shades of Zinnwaldite #E6BDAF

Tints of Zinnwaldite #E6BDAF

Color information

#E6BDAF (or 0xE6BDAF) is unknown color: approx Zinnwaldite. HEX triplet: E6, BD and AF. RGB value is (230,189,175). Sum of RGB (Red+Green+Blue) = 230+189+175=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BDAF is #194250. Grayscale: #C7C7C7. Windows color (decimal): -1655377 or 11517414. OLE color: 11517414.

HSL color Cylindrical-coordinate representation of color #E6BDAF: hue angle of 15.27º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BDAF is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230189175-
CMYK00.180.240.10
HSL15.27º52.38%79.41%-
HSV(B)15.27º23.91%90.2%-
XYZ58.5756.3148.34-
YUV199.66114.08149.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.72%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=38.72%
G=31.82%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018917500.180.240.1015.2752.3879.41
HexE6BDAF01218Af344f
Octal34627525702230121764117
Binary11100110101111011010111101001011000101011111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDAF; }

 p { color: rgb(230,189,175); }

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

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

 a { background-color: rgb(230,189,175); }

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

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

 span { border-color: rgb(230,189,175); }

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