Html Css Color HEX #ECD2EE Snuff

📋 copy color: '#ECD2EE'

red 236 ◦ green 210 ◦ blue 238

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

Shades of Snuff #ECD2EE

Tints of Snuff #ECD2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.8%

R = 34.5%
G = 30.7%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECD2EE (or 0xECD2EE) is known color: Snuff. HEX triplet: EC, D2 and EE. RGB value is (236,210,238). Sum of RGB (Red+Green+Blue) = 236+210+238=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EE is #132D11. Grayscale: #DCDCDC. Windows color (decimal): -1256722 or 15651564. OLE color: 15651564.

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

Color convert

RGB 236 210 238 -
CMYK 0.01 0.12 0 0.07
HSL 295.71º 0.45% 0.88% -
HSV(B) 295.71º 0.12% 0.93% -
XYZ 73.07 70.1 90.57 -
YUV 220.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 236 210 238 0.01 0.12 0 0.07 295.71 0.45 0.88
Hex EC D2 EE 1 C 0 7 128 2D 58
Octal 354 322 356 1 14 0 7 450 55 130
Binary 11101100 11010010 11101110 1 1100 0 111 100101000 101101 1011000

Color Harmonies of #ECD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2EE

Black with #ECD2EE

Text Example


Text Example

White with #ECD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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