Html Css Color HEX #EFE4D6 Soapstone

📋 copy color: '#EFE4D6'

red 239 ◦ green 228 ◦ blue 214

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

Shades of Soapstone #EFE4D6

Tints of Soapstone #EFE4D6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.48%

 BLUE value IS 214 (83.98% from 255) = 31.42%

R = 35.1%
G = 33.48%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFE4D6 (or 0xEFE4D6) is known color: Soapstone. HEX triplet: EF, E4 and D6. RGB value is (239,228,214). Sum of RGB (Red+Green+Blue) = 239+228+214=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 214 (83.98% from 255 or 31.42% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4D6 is #101B29. Grayscale: #E5E5E5. Windows color (decimal): -1055530 or 14083311. OLE color: 14083311.

HSL color Cylindrical-coordinate representation of color #EFE4D6: hue angle of 33.6º degrees, saturation: 0.44, 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 #EFE4D6 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 214 -
CMYK 0 0.05 0.10 0.06
HSL 33.6º 0.44% 0.89% -
HSV(B) 33.6º 0.1% 0.94% -
XYZ 75.48 78.69 74.83 -
YUV 229.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 239 228 214 0 0.05 0.10 0.06 33.6 0.44 0.89
Hex EF E4 D6 0 5 A 6 22 2C 59
Octal 357 344 326 0 5 12 6 42 54 131
Binary 11101111 11100100 11010110 0 101 1010 110 100010 101100 1011001

Color Harmonies of #EFE4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4D6

Black with #EFE4D6

Text Example


Text Example

White with #EFE4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4D6; }

 p { color: rgb(239,228,214); }

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

background-color css

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

 a { background-color: rgb(239,228,214); }

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

border-color css

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

 span { border-color: rgb(239,228,214); }

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