Html Css Color HEX #ECD0EA Snuff

📋 copy color: '#ECD0EA'

red 236 ◦ green 208 ◦ blue 234

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

Shades of Snuff #ECD0EA

Tints of Snuff #ECD0EA

RGB

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

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

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

R = 34.81%
G = 30.68%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECD0EA (or 0xECD0EA) is known color: Snuff. HEX triplet: EC, D0 and EA. RGB value is (236,208,234). Sum of RGB (Red+Green+Blue) = 236+208+234=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0EA is #132F15. Grayscale: #DBDBDB. Windows color (decimal): -1257238 or 15388908. OLE color: 15388908.

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

Color convert

RGB 236 208 234 -
CMYK 0 0.12 0.01 0.07
HSL 304.29º 0.42% 0.87% -
HSV(B) 304.29º 0.12% 0.93% -
XYZ 72 68.89 87.34 -
YUV 219.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 236 208 234 0 0.12 0.01 0.07 304.29 0.42 0.87
Hex EC D0 EA 0 C 1 7 130 2A 57
Octal 354 320 352 0 14 1 7 460 52 127
Binary 11101100 11010000 11101010 0 1100 1 111 100110000 101010 1010111

Color Harmonies of #ECD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0EA

Black with #ECD0EA

Text Example


Text Example

White with #ECD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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