Html Css Color HEX #ECD5EE Snuff

📋 copy color: '#ECD5EE'

red 236 ◦ green 213 ◦ blue 238

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

Shades of Snuff #ECD5EE

Tints of Snuff #ECD5EE

RGB

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

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

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

R = 34.35%
G = 31%
B = 34.64%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECD5EE (or 0xECD5EE) is known color: Snuff. HEX triplet: EC, D5 and EE. RGB value is (236,213,238). Sum of RGB (Red+Green+Blue) = 236+213+238=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5EE is #132A11. Grayscale: #DEDEDE. Windows color (decimal): -1255954 or 15652332. OLE color: 15652332.

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

Color convert

RGB 236 213 238 -
CMYK 0.01 0.11 0 0.07
HSL 295.2º 0.42% 0.88% -
HSV(B) 295.2º 0.11% 0.93% -
XYZ 73.82 71.59 90.82 -
YUV 222.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 236 213 238 0.01 0.11 0 0.07 295.2 0.42 0.88
Hex EC D5 EE 1 B 0 7 127 2A 58
Octal 354 325 356 1 13 0 7 447 52 130
Binary 11101100 11010101 11101110 1 1011 0 111 100100111 101010 1011000

Color Harmonies of #ECD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5EE

Black with #ECD5EE

Text Example


Text Example

White with #ECD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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