Html Css Color HEX #ECDBEB Snuff

📋 copy color: '#ECDBEB'

red 236 ◦ green 219 ◦ blue 235

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

Shades of Snuff #ECDBEB

Tints of Snuff #ECDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.06%

R = 34.2%
G = 31.74%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ECDBEB (or 0xECDBEB) is known color: Snuff. HEX triplet: EC, DB and EB. RGB value is (236,219,235). Sum of RGB (Red+Green+Blue) = 236+219+235=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEB is #132414. Grayscale: #E1E1E1. Windows color (decimal): -1254421 or 15457260. OLE color: 15457260.

HSL color Cylindrical-coordinate representation of color #ECDBEB: hue angle of 303.53º 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 #ECDBEB is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 235 -
CMYK 0 0.07 0.00 0.07
HSL 303.53º 0.31% 0.89% -
HSV(B) 303.53º 0.07% 0.93% -
XYZ 74.92 74.49 89.03 -
YUV 225.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 236 219 235 0 0.07 0.00 0.07 303.53 0.31 0.89
Hex EC DB EB 0 7 0 7 130 1F 59
Octal 354 333 353 0 7 0 7 460 37 131
Binary 11101100 11011011 11101011 0 111 0 111 100110000 11111 1011001

Color Harmonies of #ECDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBEB

Black with #ECDBEB

Text Example


Text Example

White with #ECDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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