Html Css Color HEX #ECDCEA Snuff

📋 copy color: '#ECDCEA'

red 236 ◦ green 220 ◦ blue 234

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

Shades of Snuff #ECDCEA

Tints of Snuff #ECDCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.88%

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

R = 34.2%
G = 31.88%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECDCEA (or 0xECDCEA) is known color: Snuff. HEX triplet: EC, DC and EA. RGB value is (236,220,234). Sum of RGB (Red+Green+Blue) = 236+220+234=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCEA is #132315. Grayscale: #E2E2E2. Windows color (decimal): -1254166 or 15391980. OLE color: 15391980.

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

Color convert

RGB 236 220 234 -
CMYK 0 0.07 0.01 0.07
HSL 307.5º 0.3% 0.89% -
HSV(B) 307.5º 0.07% 0.93% -
XYZ 75.04 74.96 88.36 -
YUV 226.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 236 220 234 0 0.07 0.01 0.07 307.5 0.3 0.89
Hex EC DC EA 0 7 1 7 134 1E 59
Octal 354 334 352 0 7 1 7 464 36 131
Binary 11101100 11011100 11101010 0 111 1 111 100110100 11110 1011001

Color Harmonies of #ECDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCEA

Black with #ECDCEA

Text Example


Text Example

White with #ECDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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