Html Css Color HEX #ECE6DC Soapstone

📋 copy color: '#ECE6DC'

red 236 ◦ green 230 ◦ blue 220

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

Shades of Soapstone #ECE6DC

Tints of Soapstone #ECE6DC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.53%

 BLUE value IS 220 (86.33% from 255) = 32.07%

R = 34.4%
G = 33.53%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECE6DC (or 0xECE6DC) is known color: Soapstone. HEX triplet: EC, E6 and DC. RGB value is (236,230,220). Sum of RGB (Red+Green+Blue) = 236+230+220=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6DC is #131923. Grayscale: #E6E6E6. Windows color (decimal): -1251620 or 14477036. OLE color: 14477036.

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

Color convert

RGB 236 230 220 -
CMYK 0 0.03 0.07 0.07
HSL 37.5º 0.3% 0.89% -
HSV(B) 37.5º 0.07% 0.93% -
XYZ 75.81 79.59 79.08 -
YUV 230.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 236 230 220 0 0.03 0.07 0.07 37.5 0.3 0.89
Hex EC E6 DC 0 3 7 7 26 1E 59
Octal 354 346 334 0 3 7 7 46 36 131
Binary 11101100 11100110 11011100 0 11 111 111 100110 11110 1011001

Color Harmonies of #ECE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE6DC

Black with #ECE6DC

Text Example


Text Example

White with #ECE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE6DC; }

 p { color: rgb(236,230,220); }

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

background-color css

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

 a { background-color: rgb(236,230,220); }

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

border-color css

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

 span { border-color: rgb(236,230,220); }

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