Html Css Color HEX #EDC1EE Snuff

📋 copy color: '#EDC1EE'

red 237 ◦ green 193 ◦ blue 238

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

Shades of Snuff #EDC1EE

Tints of Snuff #EDC1EE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.89%

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

R = 35.48%
G = 28.89%
B = 35.63%

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

#EDC1EE (or 0xEDC1EE) is known color: Snuff. HEX triplet: ED, C1 and EE. RGB value is (237,193,238). Sum of RGB (Red+Green+Blue) = 237+193+238=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1EE is #123E11. Grayscale: #D3D3D3. Windows color (decimal): -1195538 or 15647213. OLE color: 15647213.

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

Color convert

RGB 237 193 238 -
CMYK 0.00 0.19 0 0.07
HSL 298.67º 0.57% 0.85% -
HSV(B) 298.67º 0.19% 0.93% -
XYZ 69.43 62.32 89.26 -
YUV 211.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 237 193 238 0.00 0.19 0 0.07 298.67 0.57 0.85
Hex ED C1 EE 0 13 0 7 12B 39 55
Octal 355 301 356 0 23 0 7 453 71 125
Binary 11101101 11000001 11101110 0 10011 0 111 100101011 111001 1010101

Color Harmonies of #EDC1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1EE

Black with #EDC1EE

Text Example


Text Example

White with #EDC1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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