Html Css Color HEX #EDC5EA Snuff

📋 copy color: '#EDC5EA'

red 237 ◦ green 197 ◦ blue 234

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

Shades of Snuff #EDC5EA

Tints of Snuff #EDC5EA

RGB

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

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

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

R = 35.48%
G = 29.49%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDC5EA (or 0xEDC5EA) is known color: Snuff. HEX triplet: ED, C5 and EA. RGB value is (237,197,234). Sum of RGB (Red+Green+Blue) = 237+197+234=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5EA is #123A15. Grayscale: #D5D5D5. Windows color (decimal): -1194518 or 15386093. OLE color: 15386093.

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

Color convert

RGB 237 197 234 -
CMYK 0 0.17 0.01 0.07
HSL 304.5º 0.53% 0.85% -
HSV(B) 304.5º 0.17% 0.93% -
XYZ 69.74 63.88 86.5 -
YUV 213.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 237 197 234 0 0.17 0.01 0.07 304.5 0.53 0.85
Hex ED C5 EA 0 11 1 7 130 35 55
Octal 355 305 352 0 21 1 7 460 65 125
Binary 11101101 11000101 11101010 0 10001 1 111 100110000 110101 1010101

Color Harmonies of #EDC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5EA

Black with #EDC5EA

Text Example


Text Example

White with #EDC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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