Html Css Color HEX #ECD5ED Snuff

📋 copy color: '#ECD5ED'

red 236 ◦ green 213 ◦ blue 237

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

Shades of Snuff #ECD5ED

Tints of Snuff #ECD5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 34.4%
G = 31.05%
B = 34.55%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECD5ED (or 0xECD5ED) is known color: Snuff. HEX triplet: EC, D5 and ED. RGB value is (236,213,237). Sum of RGB (Red+Green+Blue) = 236+213+237=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5ED is #132A12. Grayscale: #DEDEDE. Windows color (decimal): -1255955 or 15586796. OLE color: 15586796.

HSL color Cylindrical-coordinate representation of color #ECD5ED: hue angle of 297.5º degrees, saturation: 0.4, 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 #ECD5ED is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 237 -
CMYK 0.00 0.10 0 0.07
HSL 297.5º 0.4% 0.88% -
HSV(B) 297.5º 0.1% 0.93% -
XYZ 73.67 71.54 90.05 -
YUV 222.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 236 213 237 0.00 0.10 0 0.07 297.5 0.4 0.88
Hex EC D5 ED 0 A 0 7 12A 28 58
Octal 354 325 355 0 12 0 7 452 50 130
Binary 11101100 11010101 11101101 0 1010 0 111 100101010 101000 1011000

Color Harmonies of #ECD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5ED

Black with #ECD5ED

Text Example


Text Example

White with #ECD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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