Html Css Color HEX #E1CEDF Snuff

📋 copy color: '#E1CEDF'

red 225 ◦ green 206 ◦ blue 223

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

Shades of Snuff #E1CEDF

Tints of Snuff #E1CEDF

RGB

 RED value IS 225 (88.28% from 255) = 34.4%

 GREEN value IS 206 (80.86% from 255) = 31.5%

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 34.4%
G = 31.5%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1CEDF (or 0xE1CEDF) is known color: Snuff. HEX triplet: E1, CE and DF. RGB value is (225,206,223). Sum of RGB (Red+Green+Blue) = 225+206+223=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEDF is #1E3120. Grayscale: #D5D5D5. Windows color (decimal): -1978657 or 14667489. OLE color: 14667489.

HSL color Cylindrical-coordinate representation of color #E1CEDF: hue angle of 306.32º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CEDF is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 206 223 -
CMYK 0 0.08 0.01 0.12
HSL 306.32º 0.24% 0.85% -
HSV(B) 306.32º 0.08% 0.88% -
XYZ 66.44 65.48 78.95 -
YUV 213.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 225 206 223 0 0.08 0.01 0.12 306.32 0.24 0.85
Hex E1 CE DF 0 8 1 C 132 18 55
Octal 341 316 337 0 10 1 14 462 30 125
Binary 11100001 11001110 11011111 0 1000 1 1100 100110010 11000 1010101

Color Harmonies of #E1CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CEDF

Black with #E1CEDF

Text Example


Text Example

White with #E1CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CEDF; }

 p { color: rgb(225,206,223); }

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

background-color css

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

 a { background-color: rgb(225,206,223); }

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

border-color css

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

 span { border-color: rgb(225,206,223); }

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