Html Css Color HEX #ECD2EA Snuff

📋 copy color: '#ECD2EA'

red 236 ◦ green 210 ◦ blue 234

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

Shades of Snuff #ECD2EA

Tints of Snuff #ECD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.88%

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

R = 34.71%
G = 30.88%
B = 34.41%

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

#ECD2EA (or 0xECD2EA) is known color: Snuff. HEX triplet: EC, D2 and EA. RGB value is (236,210,234). Sum of RGB (Red+Green+Blue) = 236+210+234=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EA is #132D15. Grayscale: #DCDCDC. Windows color (decimal): -1256726 or 15389420. OLE color: 15389420.

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

Color convert

RGB 236 210 234 -
CMYK 0 0.11 0.01 0.07
HSL 304.62º 0.41% 0.87% -
HSV(B) 304.62º 0.11% 0.93% -
XYZ 72.49 69.87 87.51 -
YUV 220.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 236 210 234 0 0.11 0.01 0.07 304.62 0.41 0.87
Hex EC D2 EA 0 B 1 7 131 29 57
Octal 354 322 352 0 13 1 7 461 51 127
Binary 11101100 11010010 11101010 0 1011 1 111 100110001 101001 1010111

Color Harmonies of #ECD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2EA

Black with #ECD2EA

Text Example


Text Example

White with #ECD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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