Html Css Color HEX #EDE6DA Soapstone

📋 copy color: '#EDE6DA'

red 237 ◦ green 230 ◦ blue 218

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

Shades of Soapstone #EDE6DA

Tints of Soapstone #EDE6DA

RGB

 RED value IS 237 (92.97% from 255) = 34.6%

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

 BLUE value IS 218 (85.55% from 255) = 31.82%

R = 34.6%
G = 33.58%
B = 31.82%

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

#EDE6DA (or 0xEDE6DA) is known color: Soapstone. HEX triplet: ED, E6 and DA. RGB value is (237,230,218). Sum of RGB (Red+Green+Blue) = 237+230+218=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DA is #121925. Grayscale: #E6E6E6. Windows color (decimal): -1186086 or 14345965. OLE color: 14345965.

HSL color Cylindrical-coordinate representation of color #EDE6DA: hue angle of 37.89º degrees, saturation: 0.35, 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 #EDE6DA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 218 -
CMYK 0 0.03 0.08 0.07
HSL 37.89º 0.35% 0.89% -
HSV(B) 37.89º 0.08% 0.93% -
XYZ 75.88 79.66 77.71 -
YUV 230.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 237 230 218 0 0.03 0.08 0.07 37.89 0.35 0.89
Hex ED E6 DA 0 3 8 7 26 23 59
Octal 355 346 332 0 3 10 7 46 43 131
Binary 11101101 11100110 11011010 0 11 1000 111 100110 100011 1011001

Color Harmonies of #EDE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6DA

Black with #EDE6DA

Text Example


Text Example

White with #EDE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6DA; }

 p { color: rgb(237,230,218); }

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

background-color css

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

 a { background-color: rgb(237,230,218); }

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

border-color css

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

 span { border-color: rgb(237,230,218); }

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