Html Css Color HEX #EFC3ED Snuff

📋 copy color: '#EFC3ED'

red 239 ◦ green 195 ◦ blue 237

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

Shades of Snuff #EFC3ED

Tints of Snuff #EFC3ED

RGB

 RED value IS 239 (93.75% from 255) = 35.62%

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 35.62%
G = 29.06%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFC3ED (or 0xEFC3ED) is known color: Snuff. HEX triplet: EF, C3 and ED. RGB value is (239,195,237). Sum of RGB (Red+Green+Blue) = 239+195+237=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3ED is #103C12. Grayscale: #D4D4D4. Windows color (decimal): -1063955 or 15582191. OLE color: 15582191.

HSL color Cylindrical-coordinate representation of color #EFC3ED: hue angle of 302.73º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3ED is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 237 -
CMYK 0 0.18 0.01 0.06
HSL 302.73º 0.58% 0.85% -
HSV(B) 302.73º 0.18% 0.94% -
XYZ 70.4 63.5 88.67 -
YUV 212.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 239 195 237 0 0.18 0.01 0.06 302.73 0.58 0.85
Hex EF C3 ED 0 12 1 6 12F 3A 55
Octal 357 303 355 0 22 1 6 457 72 125
Binary 11101111 11000011 11101101 0 10010 1 110 100101111 111010 1010101

Color Harmonies of #EFC3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3ED

Black with #EFC3ED

Text Example


Text Example

White with #EFC3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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