Html Css Color HEX #ECD2EF Snuff

📋 copy color: '#ECD2EF'

red 236 ◦ green 210 ◦ blue 239

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

Shades of Snuff #ECD2EF

Tints of Snuff #ECD2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.66%

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

R = 34.45%
G = 30.66%
B = 34.89%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECD2EF (or 0xECD2EF) is known color: Snuff. HEX triplet: EC, D2 and EF. RGB value is (236,210,239). Sum of RGB (Red+Green+Blue) = 236+210+239=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EF is #132D10. Grayscale: #DCDCDC. Windows color (decimal): -1256721 or 15717100. OLE color: 15717100.

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

Color convert

RGB 236 210 239 -
CMYK 0.01 0.12 0 0.06
HSL 293.79º 0.48% 0.88% -
HSV(B) 293.79º 0.12% 0.94% -
XYZ 73.22 70.16 91.34 -
YUV 221.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 236 210 239 0.01 0.12 0 0.06 293.79 0.48 0.88
Hex EC D2 EF 1 C 0 6 126 30 58
Octal 354 322 357 1 14 0 6 446 60 130
Binary 11101100 11010010 11101111 1 1100 0 110 100100110 110000 1011000

Color Harmonies of #ECD2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2EF

Black with #ECD2EF

Text Example


Text Example

White with #ECD2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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