Html Css Color HEX #ECD3EB Snuff

📋 copy color: '#ECD3EB'

red 236 ◦ green 211 ◦ blue 235

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

Shades of Snuff #ECD3EB

Tints of Snuff #ECD3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.94%

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 34.6%
G = 30.94%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ECD3EB (or 0xECD3EB) is known color: Snuff. HEX triplet: EC, D3 and EB. RGB value is (236,211,235). Sum of RGB (Red+Green+Blue) = 236+211+235=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3EB is #132C14. Grayscale: #DDDDDD. Windows color (decimal): -1256469 or 15455212. OLE color: 15455212.

HSL color Cylindrical-coordinate representation of color #ECD3EB: hue angle of 302.4º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3EB is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 235 -
CMYK 0 0.11 0.00 0.07
HSL 302.4º 0.4% 0.88% -
HSV(B) 302.4º 0.11% 0.93% -
XYZ 72.88 70.42 88.35 -
YUV 221.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 236 211 235 0 0.11 0.00 0.07 302.4 0.4 0.88
Hex EC D3 EB 0 B 0 7 12E 28 58
Octal 354 323 353 0 13 0 7 456 50 130
Binary 11101100 11010011 11101011 0 1011 0 111 100101110 101000 1011000

Color Harmonies of #ECD3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3EB

Black with #ECD3EB

Text Example


Text Example

White with #ECD3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3EB; }

 p { color: rgb(236,211,235); }

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

background-color css

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

 a { background-color: rgb(236,211,235); }

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

border-color css

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

 span { border-color: rgb(236,211,235); }

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