Html Css Color HEX #E0CBE0 Snuff

📋 copy color: '#E0CBE0'

red 224 ◦ green 203 ◦ blue 224

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

Shades of Snuff #E0CBE0

Tints of Snuff #E0CBE0

RGB

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

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

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

R = 34.41%
G = 31.18%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E0CBE0 (or 0xE0CBE0) is known color: Snuff. HEX triplet: E0, CB and E0. RGB value is (224,203,224). Sum of RGB (Red+Green+Blue) = 224+203+224=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBE0 is #1F341F. Grayscale: #D3D3D3. Windows color (decimal): -2044960 or 14732256. OLE color: 14732256.

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

Color convert

RGB 224 203 224 -
CMYK 0 0.09 0 0.12
HSL 300º 0.25% 0.84% -
HSV(B) 300º 0.09% 0.88% -
XYZ 65.55 63.94 79.41 -
YUV 211.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 224 203 224 0 0.09 0 0.12 300 0.25 0.84
Hex E0 CB E0 0 9 0 C 12C 19 54
Octal 340 313 340 0 11 0 14 454 31 124
Binary 11100000 11001011 11100000 0 1001 0 1100 100101100 11001 1010100

Color Harmonies of #E0CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CBE0

Black with #E0CBE0

Text Example


Text Example

White with #E0CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CBE0; }

 p { color: rgb(224,203,224); }

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

background-color css

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

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

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

border-color css

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

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

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