Html Css Color HEX #ECE5D8 Soapstone

📋 copy color: '#ECE5D8'

red 236 ◦ green 229 ◦ blue 216

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

Shades of Soapstone #ECE5D8

Tints of Soapstone #ECE5D8

RGB

 RED value IS 236 (92.58% from 255) = 34.65%

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

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

R = 34.65%
G = 33.63%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECE5D8 (or 0xECE5D8) is known color: Soapstone. HEX triplet: EC, E5 and D8. RGB value is (236,229,216). Sum of RGB (Red+Green+Blue) = 236+229+216=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 216 (84.77% from 255 or 31.72% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5D8 is #131A27. Grayscale: #E5E5E5. Windows color (decimal): -1251880 or 14214636. OLE color: 14214636.

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

Color convert

RGB 236 229 216 -
CMYK 0 0.03 0.08 0.07
HSL 39º 0.34% 0.89% -
HSV(B) 39º 0.08% 0.93% -
XYZ 75.01 78.83 76.23 -
YUV 229.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 236 229 216 0 0.03 0.08 0.07 39 0.34 0.89
Hex EC E5 D8 0 3 8 7 27 22 59
Octal 354 345 330 0 3 10 7 47 42 131
Binary 11101100 11100101 11011000 0 11 1000 111 100111 100010 1011001

Color Harmonies of #ECE5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE5D8

Black with #ECE5D8

Text Example


Text Example

White with #ECE5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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