Html Css Color HEX #ECE0EA Snuff

📋 copy color: '#ECE0EA'

red 236 ◦ green 224 ◦ blue 234

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

Shades of Snuff #ECE0EA

Tints of Snuff #ECE0EA

RGB

 RED value IS 236 (92.58% from 255) = 34.01%

 GREEN value IS 224 (87.89% from 255) = 32.28%

 BLUE value IS 234 (91.8% from 255) = 33.72%

R = 34.01%
G = 32.28%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECE0EA (or 0xECE0EA) is known color: Snuff. HEX triplet: EC, E0 and EA. RGB value is (236,224,234). Sum of RGB (Red+Green+Blue) = 236+224+234=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0EA is #131F15. Grayscale: #E4E4E4. Windows color (decimal): -1253142 or 15393004. OLE color: 15393004.

HSL color Cylindrical-coordinate representation of color #ECE0EA: hue angle of 310º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE0EA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 234 -
CMYK 0 0.05 0.01 0.07
HSL 310º 0.24% 0.9% -
HSV(B) 310º 0.05% 0.93% -
XYZ 76.1 77.08 88.71 -
YUV 228.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 236 224 234 0 0.05 0.01 0.07 310 0.24 0.9
Hex EC E0 EA 0 5 1 7 136 18 5A
Octal 354 340 352 0 5 1 7 466 30 132
Binary 11101100 11100000 11101010 0 101 1 111 100110110 11000 1011010

Color Harmonies of #ECE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE0EA

Black with #ECE0EA

Text Example


Text Example

White with #ECE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE0EA; }

 p { color: rgb(236,224,234); }

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

background-color css

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

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

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

border-color css

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

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

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