Html Css Color HEX #EEE5D8 Soapstone

📋 copy color: '#EEE5D8'

red 238 ◦ green 229 ◦ blue 216

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

Shades of Soapstone #EEE5D8

Tints of Soapstone #EEE5D8

RGB

 RED value IS 238 (93.36% from 255) = 34.85%

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

 BLUE value IS 216 (84.77% from 255) = 31.63%

R = 34.85%
G = 33.53%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEE5D8 (or 0xEEE5D8) is known color: Soapstone. HEX triplet: EE, E5 and D8. RGB value is (238,229,216). Sum of RGB (Red+Green+Blue) = 238+229+216=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5D8 is #111A27. Grayscale: #E6E6E6. Windows color (decimal): -1120808 or 14214638. OLE color: 14214638.

HSL color Cylindrical-coordinate representation of color #EEE5D8: hue angle of 35.45º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEE5D8 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 216 -
CMYK 0 0.04 0.09 0.07
HSL 35.45º 0.39% 0.89% -
HSV(B) 35.45º 0.09% 0.93% -
XYZ 75.67 79.17 76.26 -
YUV 230.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 238 229 216 0 0.04 0.09 0.07 35.45 0.39 0.89
Hex EE E5 D8 0 4 9 7 23 27 59
Octal 356 345 330 0 4 11 7 43 47 131
Binary 11101110 11100101 11011000 0 100 1001 111 100011 100111 1011001

Color Harmonies of #EEE5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5D8

Black with #EEE5D8

Text Example


Text Example

White with #EEE5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5D8; }

 p { color: rgb(238,229,216); }

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

background-color css

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

 a { background-color: rgb(238,229,216); }

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

border-color css

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

 span { border-color: rgb(238,229,216); }

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