#e6d3b7

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

Shades of Spanish White #E6D3B7

Tints of Spanish White #E6D3B7

Color information

#E6D3B7 (or 0xE6D3B7) is unknown color: approx Spanish White. HEX triplet: E6, D3 and B7. RGB value is (230,211,183). Sum of RGB (Red+Green+Blue) = 230+211+183=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3B7 is #192C48. Grayscale: #D5D5D5. Windows color (decimal): -1649737 or 12047334. OLE color: 12047334.

HSL color Cylindrical-coordinate representation of color #E6D3B7: hue angle of 35.74º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6D3B7 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB230211183-
CMYK00.080.200.10
HSL35.74º48.45%80.98%-
HSV(B)35.74º20.43%90.2%-
XYZ64.4766.8354.3-
YUV213.49110.79139.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 183 (71.88% from 255) = 29.33%
R=36.86%
G=33.81%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021118300.080.200.1035.7448.4580.98
HexE6D3B70814A243051
Octal34632326701024124460121
Binary111001101101001110110111010001010010101001001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6d3b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6d3b7; }

 p { color: rgb(230,211,183); }

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

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

 a { background-color: rgb(230,211,183); }

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

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

 span { border-color: rgb(230,211,183); }

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