Html Css Color HEX #E2CBE6 Snuff

📋 copy color: '#E2CBE6'

red 226 ◦ green 203 ◦ blue 230

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

Shades of Snuff #E2CBE6

Tints of Snuff #E2CBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.9%

R = 34.29%
G = 30.8%
B = 34.9%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E2CBE6 (or 0xE2CBE6) is known color: Snuff. HEX triplet: E2, CB and E6. RGB value is (226,203,230). Sum of RGB (Red+Green+Blue) = 226+203+230=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBE6 is #1D3419. Grayscale: #D4D4D4. Windows color (decimal): -1913882 or 15125474. OLE color: 15125474.

HSL color Cylindrical-coordinate representation of color #E2CBE6: hue angle of 291.11º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CBE6 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 203 230 -
CMYK 0.02 0.12 0 0.10
HSL 291.11º 0.35% 0.85% -
HSV(B) 291.11º 0.12% 0.9% -
XYZ 67 64.59 83.8 -
YUV 212.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 226 203 230 0.02 0.12 0 0.10 291.11 0.35 0.85
Hex E2 CB E6 2 C 0 A 123 23 55
Octal 342 313 346 2 14 0 12 443 43 125
Binary 11100010 11001011 11100110 10 1100 0 1010 100100011 100011 1010101

Color Harmonies of #E2CBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CBE6

Black with #E2CBE6

Text Example


Text Example

White with #E2CBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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