Html Css Color HEX #EDC0EE Snuff

📋 copy color: '#EDC0EE'

red 237 ◦ green 192 ◦ blue 238

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

Shades of Snuff #EDC0EE

Tints of Snuff #EDC0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 35.53%
G = 28.79%
B = 35.68%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDC0EE (or 0xEDC0EE) is known color: Snuff. HEX triplet: ED, C0 and EE. RGB value is (237,192,238). Sum of RGB (Red+Green+Blue) = 237+192+238=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0EE is #123F11. Grayscale: #D2D2D2. Windows color (decimal): -1195794 or 15646957. OLE color: 15646957.

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

Color convert

RGB 237 192 238 -
CMYK 0.00 0.19 0 0.07
HSL 298.7º 0.58% 0.84% -
HSV(B) 298.7º 0.19% 0.93% -
XYZ 69.21 61.88 89.18 -
YUV 210.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 237 192 238 0.00 0.19 0 0.07 298.7 0.58 0.84
Hex ED C0 EE 0 13 0 7 12B 3A 54
Octal 355 300 356 0 23 0 7 453 72 124
Binary 11101101 11000000 11101110 0 10011 0 111 100101011 111010 1010100

Color Harmonies of #EDC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0EE

Black with #EDC0EE

Text Example


Text Example

White with #EDC0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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