Html Css Color HEX #E2CBE1 Snuff

📋 copy color: '#E2CBE1'

red 226 ◦ green 203 ◦ blue 225

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

Shades of Snuff #E2CBE1

Tints of Snuff #E2CBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.04%

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

R = 34.56%
G = 31.04%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E2CBE1 (or 0xE2CBE1) is known color: Snuff. HEX triplet: E2, CB and E1. RGB value is (226,203,225). Sum of RGB (Red+Green+Blue) = 226+203+225=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBE1 is #1D341E. Grayscale: #D4D4D4. Windows color (decimal): -1913887 or 14797794. OLE color: 14797794.

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

Color convert

RGB 226 203 225 -
CMYK 0 0.10 0.00 0.11
HSL 302.61º 0.28% 0.84% -
HSV(B) 302.61º 0.1% 0.89% -
XYZ 66.31 64.32 80.15 -
YUV 212.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 226 203 225 0 0.10 0.00 0.11 302.61 0.28 0.84
Hex E2 CB E1 0 A 0 B 12F 1C 54
Octal 342 313 341 0 12 0 13 457 34 124
Binary 11100010 11001011 11100001 0 1010 0 1011 100101111 11100 1010100

Color Harmonies of #E2CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CBE1

Black with #E2CBE1

Text Example


Text Example

White with #E2CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CBE1; }

 p { color: rgb(226,203,225); }

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

background-color css

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

 a { background-color: rgb(226,203,225); }

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

border-color css

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

 span { border-color: rgb(226,203,225); }

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