Html Css Color HEX #EBDAEA Snuff

📋 copy color: '#EBDAEA'

red 235 ◦ green 218 ◦ blue 234

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

Shades of Snuff #EBDAEA

Tints of Snuff #EBDAEA

RGB

 RED value IS 235 (92.19% from 255) = 34.21%

 GREEN value IS 218 (85.55% from 255) = 31.73%

 BLUE value IS 234 (91.8% from 255) = 34.06%

R = 34.21%
G = 31.73%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBDAEA (or 0xEBDAEA) is known color: Snuff. HEX triplet: EB, DA and EA. RGB value is (235,218,234). Sum of RGB (Red+Green+Blue) = 235+218+234=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAEA is #142515. Grayscale: #E0E0E0. Windows color (decimal): -1320214 or 15391467. OLE color: 15391467.

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

Color convert

RGB 235 218 234 -
CMYK 0 0.07 0.00 0.08
HSL 303.53º 0.3% 0.89% -
HSV(B) 303.53º 0.07% 0.92% -
XYZ 74.18 73.75 88.17 -
YUV 224.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 235 218 234 0 0.07 0.00 0.08 303.53 0.3 0.89
Hex EB DA EA 0 7 0 8 130 1E 59
Octal 353 332 352 0 7 0 10 460 36 131
Binary 11101011 11011010 11101010 0 111 0 1000 100110000 11110 1011001

Color Harmonies of #EBDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAEA

Black with #EBDAEA

Text Example


Text Example

White with #EBDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAEA; }

 p { color: rgb(235,218,234); }

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

background-color css

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

 a { background-color: rgb(235,218,234); }

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

border-color css

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

 span { border-color: rgb(235,218,234); }

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