Html Css Color HEX #EEE5D6 Soapstone

📋 copy color: '#EEE5D6'

red 238 ◦ green 229 ◦ blue 214

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

Shades of Soapstone #EEE5D6

Tints of Soapstone #EEE5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.42%

R = 34.95%
G = 33.63%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EEE5D6 (or 0xEEE5D6) is known color: Soapstone. HEX triplet: EE, E5 and D6. RGB value is (238,229,214). Sum of RGB (Red+Green+Blue) = 238+229+214=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 214 (83.98% from 255 or 31.42% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5D6 is #111A29. Grayscale: #E6E6E6. Windows color (decimal): -1120810 or 14083566. OLE color: 14083566.

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

Color convert

RGB 238 229 214 -
CMYK 0 0.04 0.10 0.07
HSL 37.5º 0.41% 0.89% -
HSV(B) 37.5º 0.1% 0.93% -
XYZ 75.42 79.07 74.91 -
YUV 229.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 238 229 214 0 0.04 0.10 0.07 37.5 0.41 0.89
Hex EE E5 D6 0 4 A 7 26 29 59
Octal 356 345 326 0 4 12 7 46 51 131
Binary 11101110 11100101 11010110 0 100 1010 111 100110 101001 1011001

Color Harmonies of #EEE5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5D6

Black with #EEE5D6

Text Example


Text Example

White with #EEE5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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