Html Css Color HEX #E2CDE0 Snuff

📋 copy color: '#E2CDE0'

red 226 ◦ green 205 ◦ blue 224

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

Shades of Snuff #E2CDE0

Tints of Snuff #E2CDE0

RGB

 RED value IS 226 (88.67% from 255) = 34.5%

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

 BLUE value IS 224 (87.89% from 255) = 34.2%

R = 34.5%
G = 31.3%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2CDE0 (or 0xE2CDE0) is known color: Snuff. HEX triplet: E2, CD and E0. RGB value is (226,205,224). Sum of RGB (Red+Green+Blue) = 226+205+224=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDE0 is #1D321F. Grayscale: #D5D5D5. Windows color (decimal): -1913376 or 14732770. OLE color: 14732770.

HSL color Cylindrical-coordinate representation of color #E2CDE0: hue angle of 305.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDE0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 205 224 -
CMYK 0 0.09 0.01 0.11
HSL 305.71º 0.27% 0.85% -
HSV(B) 305.71º 0.09% 0.89% -
XYZ 66.65 65.21 79.6 -
YUV 213.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 226 205 224 0 0.09 0.01 0.11 305.71 0.27 0.85
Hex E2 CD E0 0 9 1 B 132 1B 55
Octal 342 315 340 0 11 1 13 462 33 125
Binary 11100010 11001101 11100000 0 1001 1 1011 100110010 11011 1010101

Color Harmonies of #E2CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CDE0

Black with #E2CDE0

Text Example


Text Example

White with #E2CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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