Html Css Color HEX #ECD3EA Snuff

📋 copy color: '#ECD3EA'

red 236 ◦ green 211 ◦ blue 234

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

Shades of Snuff #ECD3EA

Tints of Snuff #ECD3EA

RGB

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

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

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

R = 34.65%
G = 30.98%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECD3EA (or 0xECD3EA) is known color: Snuff. HEX triplet: EC, D3 and EA. RGB value is (236,211,234). Sum of RGB (Red+Green+Blue) = 236+211+234=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3EA is #132C15. Grayscale: #DDDDDD. Windows color (decimal): -1256470 or 15389676. OLE color: 15389676.

HSL color Cylindrical-coordinate representation of color #ECD3EA: hue angle of 304.8º 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 #ECD3EA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 234 -
CMYK 0 0.11 0.01 0.07
HSL 304.8º 0.4% 0.88% -
HSV(B) 304.8º 0.11% 0.93% -
XYZ 72.74 70.36 87.59 -
YUV 221.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 236 211 234 0 0.11 0.01 0.07 304.8 0.4 0.88
Hex EC D3 EA 0 B 1 7 131 28 58
Octal 354 323 352 0 13 1 7 461 50 130
Binary 11101100 11010011 11101010 0 1011 1 111 100110001 101000 1011000

Color Harmonies of #ECD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3EA

Black with #ECD3EA

Text Example


Text Example

White with #ECD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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