Html Css Color HEX #ECDBEA Snuff

📋 copy color: '#ECDBEA'

red 236 ◦ green 219 ◦ blue 234

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

Shades of Snuff #ECDBEA

Tints of Snuff #ECDBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.79%

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

R = 34.25%
G = 31.79%
B = 33.96%

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

#ECDBEA (or 0xECDBEA) is known color: Snuff. HEX triplet: EC, DB and EA. RGB value is (236,219,234). Sum of RGB (Red+Green+Blue) = 236+219+234=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEA is #132415. Grayscale: #E1E1E1. Windows color (decimal): -1254422 or 15391724. OLE color: 15391724.

HSL color Cylindrical-coordinate representation of color #ECDBEA: hue angle of 307.06º degrees, saturation: 0.31, 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 #ECDBEA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 234 -
CMYK 0 0.07 0.01 0.07
HSL 307.06º 0.31% 0.89% -
HSV(B) 307.06º 0.07% 0.93% -
XYZ 74.77 74.44 88.27 -
YUV 225.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 236 219 234 0 0.07 0.01 0.07 307.06 0.31 0.89
Hex EC DB EA 0 7 1 7 133 1F 59
Octal 354 333 352 0 7 1 7 463 37 131
Binary 11101100 11011011 11101010 0 111 1 111 100110011 11111 1011001

Color Harmonies of #ECDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBEA

Black with #ECDBEA

Text Example


Text Example

White with #ECDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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