Html Css Color HEX #ECD0E5 Snuff

📋 copy color: '#ECD0E5'

red 236 ◦ green 208 ◦ blue 229

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

Shades of Snuff #ECD0E5

Tints of Snuff #ECD0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.91%

 BLUE value IS 229 (89.84% from 255) = 34.03%

R = 35.07%
G = 30.91%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECD0E5 (or 0xECD0E5) is known color: Snuff. HEX triplet: EC, D0 and E5. RGB value is (236,208,229). Sum of RGB (Red+Green+Blue) = 236+208+229=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0E5 is #132F1A. Grayscale: #DADADA. Windows color (decimal): -1257243 or 15061228. OLE color: 15061228.

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

Color convert

RGB 236 208 229 -
CMYK 0 0.12 0.03 0.07
HSL 315º 0.42% 0.87% -
HSV(B) 315º 0.12% 0.93% -
XYZ 71.29 68.6 83.61 -
YUV 218.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 236 208 229 0 0.12 0.03 0.07 315 0.42 0.87
Hex EC D0 E5 0 C 3 7 13B 2A 57
Octal 354 320 345 0 14 3 7 473 52 127
Binary 11101100 11010000 11100101 0 1100 11 111 100111011 101010 1010111

Color Harmonies of #ECD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0E5

Black with #ECD0E5

Text Example


Text Example

White with #ECD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0E5; }

 p { color: rgb(236,208,229); }

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

background-color css

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

 a { background-color: rgb(236,208,229); }

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

border-color css

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

 span { border-color: rgb(236,208,229); }

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