Html Css Color HEX #E0CDE4 Snuff

📋 copy color: '#E0CDE4'

red 224 ◦ green 205 ◦ blue 228

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

Shades of Snuff #E0CDE4

Tints of Snuff #E0CDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.7%

R = 34.09%
G = 31.2%
B = 34.7%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E0CDE4 (or 0xE0CDE4) is known color: Snuff. HEX triplet: E0, CD and E4. RGB value is (224,205,228). Sum of RGB (Red+Green+Blue) = 224+205+228=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0CDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDE4 is #1F321B. Grayscale: #D5D5D5. Windows color (decimal): -2044444 or 14994912. OLE color: 14994912.

HSL color Cylindrical-coordinate representation of color #E0CDE4: hue angle of 289.57º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CDE4 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 205 228 -
CMYK 0.02 0.10 0 0.11
HSL 289.57º 0.3% 0.85% -
HSV(B) 289.57º 0.1% 0.89% -
XYZ 66.58 65.11 82.46 -
YUV 213.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 224 205 228 0.02 0.10 0 0.11 289.57 0.3 0.85
Hex E0 CD E4 2 A 0 B 122 1E 55
Octal 340 315 344 2 12 0 13 442 36 125
Binary 11100000 11001101 11100100 10 1010 0 1011 100100010 11110 1010101

Color Harmonies of #E0CDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CDE4

Black with #E0CDE4

Text Example


Text Example

White with #E0CDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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