Html Css Color HEX #EAE5DD Soapstone

📋 copy color: '#EAE5DD'

red 234 ◦ green 229 ◦ blue 221

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

Shades of Soapstone #EAE5DD

Tints of Soapstone #EAE5DD

RGB

 RED value IS 234 (91.8% from 255) = 34.21%

 GREEN value IS 229 (89.84% from 255) = 33.48%

 BLUE value IS 221 (86.72% from 255) = 32.31%

R = 34.21%
G = 33.48%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAE5DD (or 0xEAE5DD) is known color: Soapstone. HEX triplet: EA, E5 and DD. RGB value is (234,229,221). Sum of RGB (Red+Green+Blue) = 234+229+221=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5DD is #151A22. Grayscale: #E5E5E5. Windows color (decimal): -1382947 or 14542314. OLE color: 14542314.

HSL color Cylindrical-coordinate representation of color #EAE5DD: hue angle of 36.92º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE5DD is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 221 -
CMYK 0 0.02 0.06 0.08
HSL 36.92º 0.24% 0.89% -
HSV(B) 36.92º 0.06% 0.92% -
XYZ 75 78.75 79.65 -
YUV 229.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 234 229 221 0 0.02 0.06 0.08 36.92 0.24 0.89
Hex EA E5 DD 0 2 6 8 25 18 59
Octal 352 345 335 0 2 6 10 45 30 131
Binary 11101010 11100101 11011101 0 10 110 1000 100101 11000 1011001

Color Harmonies of #EAE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5DD

Black with #EAE5DD

Text Example


Text Example

White with #EAE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5DD; }

 p { color: rgb(234,229,221); }

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

background-color css

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

 a { background-color: rgb(234,229,221); }

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

border-color css

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

 span { border-color: rgb(234,229,221); }

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