Html Css Color HEX #EBCDE8 Snuff

📋 copy color: '#EBCDE8'

red 235 ◦ green 205 ◦ blue 232

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

Shades of Snuff #EBCDE8

Tints of Snuff #EBCDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.51%

 BLUE value IS 232 (91.02% from 255) = 34.52%

R = 34.97%
G = 30.51%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBCDE8 (or 0xEBCDE8) is known color: Snuff. HEX triplet: EB, CD and E8. RGB value is (235,205,232). Sum of RGB (Red+Green+Blue) = 235+205+232=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDE8 is #143217. Grayscale: #D8D8D8. Windows color (decimal): -1323544 or 15257067. OLE color: 15257067.

HSL color Cylindrical-coordinate representation of color #EBCDE8: hue angle of 306º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDE8 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 232 -
CMYK 0 0.13 0.01 0.08
HSL 306º 0.43% 0.86% -
HSV(B) 306º 0.13% 0.92% -
XYZ 70.66 67.15 85.58 -
YUV 217.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 235 205 232 0 0.13 0.01 0.08 306 0.43 0.86
Hex EB CD E8 0 D 1 8 132 2B 56
Octal 353 315 350 0 15 1 10 462 53 126
Binary 11101011 11001101 11101000 0 1101 1 1000 100110010 101011 1010110

Color Harmonies of #EBCDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDE8

Black with #EBCDE8

Text Example


Text Example

White with #EBCDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDE8; }

 p { color: rgb(235,205,232); }

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

background-color css

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

 a { background-color: rgb(235,205,232); }

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

border-color css

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

 span { border-color: rgb(235,205,232); }

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