Html Css Color HEX #EDCBEC Snuff

📋 copy color: '#EDCBEC'

red 237 ◦ green 203 ◦ blue 236

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

Shades of Snuff #EDCBEC

Tints of Snuff #EDCBEC

RGB

 RED value IS 237 (92.97% from 255) = 35.06%

 GREEN value IS 203 (79.69% from 255) = 30.03%

 BLUE value IS 236 (92.58% from 255) = 34.91%

R = 35.06%
G = 30.03%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDCBEC (or 0xEDCBEC) is known color: Snuff. HEX triplet: ED, CB and EC. RGB value is (237,203,236). Sum of RGB (Red+Green+Blue) = 237+203+236=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBEC is #123413. Grayscale: #D8D8D8. Windows color (decimal): -1192980 or 15518701. OLE color: 15518701.

HSL color Cylindrical-coordinate representation of color #EDCBEC: hue angle of 301.76º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBEC is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 236 -
CMYK 0 0.14 0.00 0.07
HSL 301.76º 0.49% 0.86% -
HSV(B) 301.76º 0.14% 0.93% -
XYZ 71.42 66.77 88.48 -
YUV 216.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 237 203 236 0 0.14 0.00 0.07 301.76 0.49 0.86
Hex ED CB EC 0 E 0 7 12E 31 56
Octal 355 313 354 0 16 0 7 456 61 126
Binary 11101101 11001011 11101100 0 1110 0 111 100101110 110001 1010110

Color Harmonies of #EDCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBEC

Black with #EDCBEC

Text Example


Text Example

White with #EDCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBEC; }

 p { color: rgb(237,203,236); }

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

background-color css

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

 a { background-color: rgb(237,203,236); }

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

border-color css

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

 span { border-color: rgb(237,203,236); }

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