Html Css Color HEX #EDC3F2 Snuff

📋 copy color: '#EDC3F2'

red 237 ◦ green 195 ◦ blue 242

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

Shades of Snuff #EDC3F2

Tints of Snuff #EDC3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.91%

R = 35.16%
G = 28.93%
B = 35.91%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDC3F2 (or 0xEDC3F2) is known color: Snuff. HEX triplet: ED, C3 and F2. RGB value is (237,195,242). Sum of RGB (Red+Green+Blue) = 237+195+242=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDC3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3F2 is #123C0D. Grayscale: #D4D4D4. Windows color (decimal): -1195022 or 15909869. OLE color: 15909869.

HSL color Cylindrical-coordinate representation of color #EDC3F2: hue angle of 293.62º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC3F2 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 195 242 -
CMYK 0.02 0.19 0 0.05
HSL 293.62º 0.64% 0.86% -
HSV(B) 293.62º 0.19% 0.95% -
XYZ 70.47 63.45 92.54 -
YUV 212.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 237 195 242 0.02 0.19 0 0.05 293.62 0.64 0.86
Hex ED C3 F2 2 13 0 5 126 40 56
Octal 355 303 362 2 23 0 5 446 100 126
Binary 11101101 11000011 11110010 10 10011 0 101 100100110 1000000 1010110

Color Harmonies of #EDC3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC3F2

Black with #EDC3F2

Text Example


Text Example

White with #EDC3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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