Html Css Color HEX #EBDBE7 Snuff

📋 copy color: '#EBDBE7'

red 235 ◦ green 219 ◦ blue 231

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

Shades of Snuff #EBDBE7

Tints of Snuff #EBDBE7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.97%

 BLUE value IS 231 (90.63% from 255) = 33.72%

R = 34.31%
G = 31.97%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBDBE7 (or 0xEBDBE7) is known color: Snuff. HEX triplet: EB, DB and E7. RGB value is (235,219,231). Sum of RGB (Red+Green+Blue) = 235+219+231=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBE7 is #142418. Grayscale: #E1E1E1. Windows color (decimal): -1319961 or 15195115. OLE color: 15195115.

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

Color convert

RGB 235 219 231 -
CMYK 0 0.07 0.02 0.08
HSL 315º 0.29% 0.89% -
HSV(B) 315º 0.07% 0.92% -
XYZ 74.02 74.09 86 -
YUV 225.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 235 219 231 0 0.07 0.02 0.08 315 0.29 0.89
Hex EB DB E7 0 7 2 8 13B 1D 59
Octal 353 333 347 0 7 2 10 473 35 131
Binary 11101011 11011011 11100111 0 111 10 1000 100111011 11101 1011001

Color Harmonies of #EBDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBE7

Black with #EBDBE7

Text Example


Text Example

White with #EBDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBE7; }

 p { color: rgb(235,219,231); }

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

background-color css

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

 a { background-color: rgb(235,219,231); }

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

border-color css

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

 span { border-color: rgb(235,219,231); }

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