Html Css Color HEX #EDC5EF Snuff

📋 copy color: '#EDC5EF'

red 237 ◦ green 197 ◦ blue 239

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

Shades of Snuff #EDC5EF

Tints of Snuff #EDC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.27%

 BLUE value IS 239 (93.75% from 255) = 35.51%

R = 35.22%
G = 29.27%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDC5EF (or 0xEDC5EF) is known color: Snuff. HEX triplet: ED, C5 and EF. RGB value is (237,197,239). Sum of RGB (Red+Green+Blue) = 237+197+239=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 197 (77.34% from 255 or 29.27% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5EF is #123A10. Grayscale: #D5D5D5. Windows color (decimal): -1194513 or 15713773. OLE color: 15713773.

HSL color Cylindrical-coordinate representation of color #EDC5EF: hue angle of 297.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC5EF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 197 239 -
CMYK 0.01 0.18 0 0.06
HSL 297.14º 0.57% 0.85% -
HSV(B) 297.14º 0.18% 0.94% -
XYZ 70.47 64.17 90.33 -
YUV 213.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 237 197 239 0.01 0.18 0 0.06 297.14 0.57 0.85
Hex ED C5 EF 1 12 0 6 129 39 55
Octal 355 305 357 1 22 0 6 451 71 125
Binary 11101101 11000101 11101111 1 10010 0 110 100101001 111001 1010101

Color Harmonies of #EDC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5EF

Black with #EDC5EF

Text Example


Text Example

White with #EDC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5EF; }

 p { color: rgb(237,197,239); }

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

background-color css

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

 a { background-color: rgb(237,197,239); }

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

border-color css

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

 span { border-color: rgb(237,197,239); }

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