Html Css Color HEX #EDC8EE Snuff

📋 copy color: '#EDC8EE'

red 237 ◦ green 200 ◦ blue 238

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

Shades of Snuff #EDC8EE

Tints of Snuff #EDC8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.63%

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

R = 35.11%
G = 29.63%
B = 35.26%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDC8EE (or 0xEDC8EE) is known color: Snuff. HEX triplet: ED, C8 and EE. RGB value is (237,200,238). Sum of RGB (Red+Green+Blue) = 237+200+238=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8EE is #123711. Grayscale: #D7D7D7. Windows color (decimal): -1193746 or 15649005. OLE color: 15649005.

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

Color convert

RGB 237 200 238 -
CMYK 0.00 0.16 0 0.07
HSL 298.42º 0.53% 0.86% -
HSV(B) 298.42º 0.16% 0.93% -
XYZ 71.01 65.49 89.79 -
YUV 215.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 237 200 238 0.00 0.16 0 0.07 298.42 0.53 0.86
Hex ED C8 EE 0 10 0 7 12A 35 56
Octal 355 310 356 0 20 0 7 452 65 126
Binary 11101101 11001000 11101110 0 10000 0 111 100101010 110101 1010110

Color Harmonies of #EDC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8EE

Black with #EDC8EE

Text Example


Text Example

White with #EDC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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