Html Css Color HEX #ECE2D5 Soapstone

📋 copy color: '#ECE2D5'

red 236 ◦ green 226 ◦ blue 213

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

Shades of Soapstone #ECE2D5

Tints of Soapstone #ECE2D5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.48%

 BLUE value IS 213 (83.59% from 255) = 31.56%

R = 34.96%
G = 33.48%
B = 31.56%

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

#ECE2D5 (or 0xECE2D5) is known color: Soapstone. HEX triplet: EC, E2 and D5. RGB value is (236,226,213). Sum of RGB (Red+Green+Blue) = 236+226+213=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2D5 is #131D2A. Grayscale: #E3E3E3. Windows color (decimal): -1252651 or 14017260. OLE color: 14017260.

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

Color convert

RGB 236 226 213 -
CMYK 0 0.04 0.10 0.07
HSL 33.91º 0.38% 0.88% -
HSV(B) 33.91º 0.1% 0.93% -
XYZ 73.8 77.03 73.93 -
YUV 227.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 236 226 213 0 0.04 0.10 0.07 33.91 0.38 0.88
Hex EC E2 D5 0 4 A 7 22 26 58
Octal 354 342 325 0 4 12 7 42 46 130
Binary 11101100 11100010 11010101 0 100 1010 111 100010 100110 1011000

Color Harmonies of #ECE2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2D5

Black with #ECE2D5

Text Example


Text Example

White with #ECE2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2D5; }

 p { color: rgb(236,226,213); }

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

background-color css

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

 a { background-color: rgb(236,226,213); }

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

border-color css

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

 span { border-color: rgb(236,226,213); }

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