Html Css Color HEX #EDC0F0 Snuff

📋 copy color: '#EDC0F0'

red 237 ◦ green 192 ◦ blue 240

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

Shades of Snuff #EDC0F0

Tints of Snuff #EDC0F0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.7%

 BLUE value IS 240 (94.14% from 255) = 35.87%

R = 35.43%
G = 28.7%
B = 35.87%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDC0F0 (or 0xEDC0F0) is known color: Snuff. HEX triplet: ED, C0 and F0. RGB value is (237,192,240). Sum of RGB (Red+Green+Blue) = 237+192+240=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDC0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0F0 is #123F0F. Grayscale: #D2D2D2. Windows color (decimal): -1195792 or 15778029. OLE color: 15778029.

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

Color convert

RGB 237 192 240 -
CMYK 0.01 0.20 0 0.06
HSL 296.25º 0.62% 0.85% -
HSV(B) 296.25º 0.2% 0.94% -
XYZ 69.5 62 90.74 -
YUV 210.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 237 192 240 0.01 0.20 0 0.06 296.25 0.62 0.85
Hex ED C0 F0 1 14 0 6 128 3E 55
Octal 355 300 360 1 24 0 6 450 76 125
Binary 11101101 11000000 11110000 1 10100 0 110 100101000 111110 1010101

Color Harmonies of #EDC0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0F0

Black with #EDC0F0

Text Example


Text Example

White with #EDC0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0F0; }

 p { color: rgb(237,192,240); }

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

background-color css

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

 a { background-color: rgb(237,192,240); }

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

border-color css

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

 span { border-color: rgb(237,192,240); }

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