Html Css Color HEX #ECDAEA Snuff

📋 copy color: '#ECDAEA'

red 236 ◦ green 218 ◦ blue 234

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

Shades of Snuff #ECDAEA

Tints of Snuff #ECDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.69%

 BLUE value IS 234 (91.8% from 255) = 34.01%

R = 34.3%
G = 31.69%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECDAEA (or 0xECDAEA) is known color: Snuff. HEX triplet: EC, DA and EA. RGB value is (236,218,234). Sum of RGB (Red+Green+Blue) = 236+218+234=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEA is #132515. Grayscale: #E1E1E1. Windows color (decimal): -1254678 or 15391468. OLE color: 15391468.

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

Color convert

RGB 236 218 234 -
CMYK 0 0.08 0.01 0.07
HSL 306.67º 0.32% 0.89% -
HSV(B) 306.67º 0.08% 0.93% -
XYZ 74.51 73.92 88.18 -
YUV 225.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 236 218 234 0 0.08 0.01 0.07 306.67 0.32 0.89
Hex EC DA EA 0 8 1 7 133 20 59
Octal 354 332 352 0 10 1 7 463 40 131
Binary 11101100 11011010 11101010 0 1000 1 111 100110011 100000 1011001

Color Harmonies of #ECDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAEA

Black with #ECDAEA

Text Example


Text Example

White with #ECDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAEA; }

 p { color: rgb(236,218,234); }

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

background-color css

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

 a { background-color: rgb(236,218,234); }

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

border-color css

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

 span { border-color: rgb(236,218,234); }

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