Html Css Color HEX #E6D3BC Solitaire

📋 copy color: '#E6D3BC'

red 230 ◦ green 211 ◦ blue 188

#E6D3BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitaire #E6D3BC

Tints of Solitaire #E6D3BC

RGB

 RED value IS 230 (90.23% from 255) = 36.57%

 GREEN value IS 211 (82.81% from 255) = 33.55%

 BLUE value IS 188 (73.83% from 255) = 29.89%

R = 36.57%
G = 33.55%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6D3BC (or 0xE6D3BC) is known color: Solitaire. HEX triplet: E6, D3 and BC. RGB value is (230,211,188). Sum of RGB (Red+Green+Blue) = 230+211+188=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3BC is #192C43. Grayscale: #D6D6D6. Windows color (decimal): -1649732 or 12375014. OLE color: 12375014.

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

Color convert

RGB 230 211 188 -
CMYK 0 0.08 0.18 0.10
HSL 32.86º 0.46% 0.82% -
HSV(B) 32.86º 0.18% 0.9% -
XYZ 65 67.04 57.09 -
YUV 214.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 230 211 188 0 0.08 0.18 0.10 32.86 0.46 0.82
Hex E6 D3 BC 0 8 12 A 21 2E 52
Octal 346 323 274 0 10 22 12 41 56 122
Binary 11100110 11010011 10111100 0 1000 10010 1010 100001 101110 1010010

Color Harmonies of #E6D3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D3BC

Black with #E6D3BC

Text Example


Text Example

White with #E6D3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D3BC; }

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

 H1.HeaderClassName
 {
   color: #E6D3BC;
 }
 .AnyTagClassName
 {
   color: #E6D3BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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