Html Css Color HEX #ECD5EF Snuff

📋 copy color: '#ECD5EF'

red 236 ◦ green 213 ◦ blue 239

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

Shades of Snuff #ECD5EF

Tints of Snuff #ECD5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.74%

R = 34.3%
G = 30.96%
B = 34.74%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECD5EF (or 0xECD5EF) is known color: Snuff. HEX triplet: EC, D5 and EF. RGB value is (236,213,239). Sum of RGB (Red+Green+Blue) = 236+213+239=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5EF is #132A10. Grayscale: #DEDEDE. Windows color (decimal): -1255953 or 15717868. OLE color: 15717868.

HSL color Cylindrical-coordinate representation of color #ECD5EF: hue angle of 293.08º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD5EF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 213 239 -
CMYK 0.01 0.11 0 0.06
HSL 293.08º 0.45% 0.89% -
HSV(B) 293.08º 0.11% 0.94% -
XYZ 73.97 71.65 91.59 -
YUV 222.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 236 213 239 0.01 0.11 0 0.06 293.08 0.45 0.89
Hex EC D5 EF 1 B 0 6 125 2D 59
Octal 354 325 357 1 13 0 6 445 55 131
Binary 11101100 11010101 11101111 1 1011 0 110 100100101 101101 1011001

Color Harmonies of #ECD5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5EF

Black with #ECD5EF

Text Example


Text Example

White with #ECD5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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