Html Css Color HEX #E0CEDE Snuff

📋 copy color: '#E0CEDE'

red 224 ◦ green 206 ◦ blue 222

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

Shades of Snuff #E0CEDE

Tints of Snuff #E0CEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.05%

R = 34.36%
G = 31.6%
B = 34.05%

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

#E0CEDE (or 0xE0CEDE) is known color: Snuff. HEX triplet: E0, CE and DE. RGB value is (224,206,222). Sum of RGB (Red+Green+Blue) = 224+206+222=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEDE is #1F3121. Grayscale: #D5D5D5. Windows color (decimal): -2044194 or 14601952. OLE color: 14601952.

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

Color convert

RGB 224 206 222 -
CMYK 0 0.08 0.01 0.12
HSL 306.67º 0.23% 0.84% -
HSV(B) 306.67º 0.08% 0.88% -
XYZ 66 65.26 78.23 -
YUV 213.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 224 206 222 0 0.08 0.01 0.12 306.67 0.23 0.84
Hex E0 CE DE 0 8 1 C 133 16 54
Octal 340 316 336 0 10 1 14 463 26 124
Binary 11100000 11001110 11011110 0 1000 1 1100 100110011 10110 1010100

Color Harmonies of #E0CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CEDE

Black with #E0CEDE

Text Example


Text Example

White with #E0CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CEDE; }

 p { color: rgb(224,206,222); }

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

background-color css

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

 a { background-color: rgb(224,206,222); }

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

border-color css

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

 span { border-color: rgb(224,206,222); }

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