Html Css Color HEX #E1CDDF Snuff

📋 copy color: '#E1CDDF'

red 225 ◦ green 205 ◦ blue 223

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

Shades of Snuff #E1CDDF

Tints of Snuff #E1CDDF

RGB

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

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

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

R = 34.46%
G = 31.39%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1CDDF (or 0xE1CDDF) is known color: Snuff. HEX triplet: E1, CD and DF. RGB value is (225,205,223). Sum of RGB (Red+Green+Blue) = 225+205+223=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDDF is #1E3220. Grayscale: #D4D4D4. Windows color (decimal): -1978913 or 14667233. OLE color: 14667233.

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

Color convert

RGB 225 205 223 -
CMYK 0 0.09 0.01 0.12
HSL 306º 0.25% 0.84% -
HSV(B) 306º 0.09% 0.88% -
XYZ 66.2 65 78.87 -
YUV 213.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 225 205 223 0 0.09 0.01 0.12 306 0.25 0.84
Hex E1 CD DF 0 9 1 C 132 19 54
Octal 341 315 337 0 11 1 14 462 31 124
Binary 11100001 11001101 11011111 0 1001 1 1100 100110010 11001 1010100

Color Harmonies of #E1CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDDF

Black with #E1CDDF

Text Example


Text Example

White with #E1CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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