Html Css Color HEX #EDC3EE Snuff

📋 copy color: '#EDC3EE'

red 237 ◦ green 195 ◦ blue 238

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

Shades of Snuff #EDC3EE

Tints of Snuff #EDC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.1%

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

R = 35.37%
G = 29.1%
B = 35.52%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDC3EE (or 0xEDC3EE) is known color: Snuff. HEX triplet: ED, C3 and EE. RGB value is (237,195,238). Sum of RGB (Red+Green+Blue) = 237+195+238=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3EE is #123C11. Grayscale: #D4D4D4. Windows color (decimal): -1195026 or 15647725. OLE color: 15647725.

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

Color convert

RGB 237 195 238 -
CMYK 0.00 0.18 0 0.07
HSL 298.6º 0.56% 0.85% -
HSV(B) 298.6º 0.18% 0.93% -
XYZ 69.87 63.21 89.41 -
YUV 212.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 237 195 238 0.00 0.18 0 0.07 298.6 0.56 0.85
Hex ED C3 EE 0 12 0 7 12B 38 55
Octal 355 303 356 0 22 0 7 453 70 125
Binary 11101101 11000011 11101110 0 10010 0 111 100101011 111000 1010101

Color Harmonies of #EDC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC3EE

Black with #EDC3EE

Text Example


Text Example

White with #EDC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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