Html Css Color HEX #E0CDE1 Snuff

📋 copy color: '#E0CDE1'

red 224 ◦ green 205 ◦ blue 225

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

Shades of Snuff #E0CDE1

Tints of Snuff #E0CDE1

RGB

 RED value IS 224 (87.89% from 255) = 34.25%

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

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

R = 34.25%
G = 31.35%
B = 34.4%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E0CDE1 (or 0xE0CDE1) is known color: Snuff. HEX triplet: E0, CD and E1. RGB value is (224,205,225). Sum of RGB (Red+Green+Blue) = 224+205+225=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDE1 is #1F321E. Grayscale: #D4D4D4. Windows color (decimal): -2044447 or 14798304. OLE color: 14798304.

HSL color Cylindrical-coordinate representation of color #E0CDE1: hue angle of 297º 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 #E0CDE1 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 205 225 -
CMYK 0.00 0.09 0 0.12
HSL 297º 0.25% 0.84% -
HSV(B) 297º 0.09% 0.88% -
XYZ 66.16 64.95 80.28 -
YUV 212.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 224 205 225 0.00 0.09 0 0.12 297 0.25 0.84
Hex E0 CD E1 0 9 0 C 129 19 54
Octal 340 315 341 0 11 0 14 451 31 124
Binary 11100000 11001101 11100001 0 1001 0 1100 100101001 11001 1010100

Color Harmonies of #E0CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CDE1

Black with #E0CDE1

Text Example


Text Example

White with #E0CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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