Html Css Color HEX #E3CFE0 Snuff

📋 copy color: '#E3CFE0'

red 227 ◦ green 207 ◦ blue 224

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

Shades of Snuff #E3CFE0

Tints of Snuff #E3CFE0

RGB

 RED value IS 227 (89.06% from 255) = 34.5%

 GREEN value IS 207 (81.25% from 255) = 31.46%

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

R = 34.5%
G = 31.46%
B = 34.04%

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

#E3CFE0 (or 0xE3CFE0) is known color: Snuff. HEX triplet: E3, CF and E0. RGB value is (227,207,224). Sum of RGB (Red+Green+Blue) = 227+207+224=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CFE0 is #1C301F. Grayscale: #D6D6D6. Windows color (decimal): -1847328 or 14733283. OLE color: 14733283.

HSL color Cylindrical-coordinate representation of color #E3CFE0: hue angle of 309º degrees, saturation: 0.26, 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 #E3CFE0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 207 224 -
CMYK 0 0.09 0.01 0.11
HSL 309º 0.26% 0.85% -
HSV(B) 309º 0.09% 0.89% -
XYZ 67.45 66.34 79.77 -
YUV 214.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 227 207 224 0 0.09 0.01 0.11 309 0.26 0.85
Hex E3 CF E0 0 9 1 B 135 1A 55
Octal 343 317 340 0 11 1 13 465 32 125
Binary 11100011 11001111 11100000 0 1001 1 1011 100110101 11010 1010101

Color Harmonies of #E3CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CFE0

Black with #E3CFE0

Text Example


Text Example

White with #E3CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CFE0; }

 p { color: rgb(227,207,224); }

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

background-color css

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

 a { background-color: rgb(227,207,224); }

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

border-color css

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

 span { border-color: rgb(227,207,224); }

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