Html Css Color HEX #EFE6D8 Soapstone

📋 copy color: '#EFE6D8'

red 239 ◦ green 230 ◦ blue 216

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

Shades of Soapstone #EFE6D8

Tints of Soapstone #EFE6D8

RGB

 RED value IS 239 (93.75% from 255) = 34.89%

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

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

R = 34.89%
G = 33.58%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFE6D8 (or 0xEFE6D8) is known color: Soapstone. HEX triplet: EF, E6 and D8. RGB value is (239,230,216). Sum of RGB (Red+Green+Blue) = 239+230+216=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6D8 is #101927. Grayscale: #E7E7E7. Windows color (decimal): -1055016 or 14214895. OLE color: 14214895.

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

Color convert

RGB 239 230 216 -
CMYK 0 0.04 0.10 0.06
HSL 36.52º 0.42% 0.89% -
HSV(B) 36.52º 0.1% 0.94% -
XYZ 76.29 79.9 76.37 -
YUV 231.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 239 230 216 0 0.04 0.10 0.06 36.52 0.42 0.89
Hex EF E6 D8 0 4 A 6 25 2A 59
Octal 357 346 330 0 4 12 6 45 52 131
Binary 11101111 11100110 11011000 0 100 1010 110 100101 101010 1011001

Color Harmonies of #EFE6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6D8

Black with #EFE6D8

Text Example


Text Example

White with #EFE6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6D8; }

 p { color: rgb(239,230,216); }

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

background-color css

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

 a { background-color: rgb(239,230,216); }

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

border-color css

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

 span { border-color: rgb(239,230,216); }

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