Html Css Color HEX #EDC9EA Snuff

📋 copy color: '#EDC9EA'

red 237 ◦ green 201 ◦ blue 234

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

Shades of Snuff #EDC9EA

Tints of Snuff #EDC9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.91%

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

R = 35.27%
G = 29.91%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDC9EA (or 0xEDC9EA) is known color: Snuff. HEX triplet: ED, C9 and EA. RGB value is (237,201,234). Sum of RGB (Red+Green+Blue) = 237+201+234=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9EA is #123615. Grayscale: #D7D7D7. Windows color (decimal): -1193494 or 15387117. OLE color: 15387117.

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

Color convert

RGB 237 201 234 -
CMYK 0 0.15 0.01 0.07
HSL 305º 0.5% 0.86% -
HSV(B) 305º 0.15% 0.93% -
XYZ 70.66 65.72 86.8 -
YUV 215.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 237 201 234 0 0.15 0.01 0.07 305 0.5 0.86
Hex ED C9 EA 0 F 1 7 131 32 56
Octal 355 311 352 0 17 1 7 461 62 126
Binary 11101101 11001001 11101010 0 1111 1 111 100110001 110010 1010110

Color Harmonies of #EDC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9EA

Black with #EDC9EA

Text Example


Text Example

White with #EDC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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