Html Css Color HEX #E4D2BC Solitaire

📋 copy color: '#E4D2BC'

red 228 ◦ green 210 ◦ blue 188

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

Shades of Solitaire #E4D2BC

Tints of Solitaire #E4D2BC

RGB

 RED value IS 228 (89.45% from 255) = 36.42%

 GREEN value IS 210 (82.42% from 255) = 33.55%

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

R = 36.42%
G = 33.55%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E4D2BC (or 0xE4D2BC) is known color: Solitaire. HEX triplet: E4, D2 and BC. RGB value is (228,210,188). Sum of RGB (Red+Green+Blue) = 228+210+188=626 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.42% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D2BC is #1B2D43. Grayscale: #D4D4D4. Windows color (decimal): -1781060 or 12374756. OLE color: 12374756.

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

Color convert

RGB 228 210 188 -
CMYK 0 0.08 0.18 0.11
HSL 33º 0.43% 0.82% -
HSV(B) 33º 0.18% 0.89% -
XYZ 64.12 66.22 56.98 -
YUV 212.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 228 210 188 0 0.08 0.18 0.11 33 0.43 0.82
Hex E4 D2 BC 0 8 12 B 21 2B 52
Octal 344 322 274 0 10 22 13 41 53 122
Binary 11100100 11010010 10111100 0 1000 10010 1011 100001 101011 1010010

Color Harmonies of #E4D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D2BC

Black with #E4D2BC

Text Example


Text Example

White with #E4D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D2BC; }

 p { color: rgb(228,210,188); }

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

background-color css

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

 a { background-color: rgb(228,210,188); }

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

border-color css

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

 span { border-color: rgb(228,210,188); }

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