Html Css Color HEX #ECD5E9 Snuff

📋 copy color: '#ECD5E9'

red 236 ◦ green 213 ◦ blue 233

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

Shades of Snuff #ECD5E9

Tints of Snuff #ECD5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.23%

 BLUE value IS 233 (91.41% from 255) = 34.16%

R = 34.6%
G = 31.23%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECD5E9 (or 0xECD5E9) is known color: Snuff. HEX triplet: EC, D5 and E9. RGB value is (236,213,233). Sum of RGB (Red+Green+Blue) = 236+213+233=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5E9 is #132A16. Grayscale: #DEDEDE. Windows color (decimal): -1255959 or 15324652. OLE color: 15324652.

HSL color Cylindrical-coordinate representation of color #ECD5E9: hue angle of 307.83º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD5E9 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 233 -
CMYK 0 0.10 0.01 0.07
HSL 307.83º 0.38% 0.88% -
HSV(B) 307.83º 0.1% 0.93% -
XYZ 73.09 71.3 87 -
YUV 222.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 236 213 233 0 0.10 0.01 0.07 307.83 0.38 0.88
Hex EC D5 E9 0 A 1 7 134 26 58
Octal 354 325 351 0 12 1 7 464 46 130
Binary 11101100 11010101 11101001 0 1010 1 111 100110100 100110 1011000

Color Harmonies of #ECD5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5E9

Black with #ECD5E9

Text Example


Text Example

White with #ECD5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5E9; }

 p { color: rgb(236,213,233); }

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

background-color css

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

 a { background-color: rgb(236,213,233); }

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

border-color css

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

 span { border-color: rgb(236,213,233); }

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