Html Css Color HEX #EFC3EC Snuff

📋 copy color: '#EFC3EC'

red 239 ◦ green 195 ◦ blue 236

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

Shades of Snuff #EFC3EC

Tints of Snuff #EFC3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 35.67%
G = 29.1%
B = 35.22%

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

#EFC3EC (or 0xEFC3EC) is known color: Snuff. HEX triplet: EF, C3 and EC. RGB value is (239,195,236). Sum of RGB (Red+Green+Blue) = 239+195+236=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3EC is #103C13. Grayscale: #D4D4D4. Windows color (decimal): -1063956 or 15516655. OLE color: 15516655.

HSL color Cylindrical-coordinate representation of color #EFC3EC: hue angle of 304.09º 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 #EFC3EC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 236 -
CMYK 0 0.18 0.01 0.06
HSL 304.09º 0.58% 0.85% -
HSV(B) 304.09º 0.18% 0.94% -
XYZ 70.25 63.44 87.9 -
YUV 212.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 239 195 236 0 0.18 0.01 0.06 304.09 0.58 0.85
Hex EF C3 EC 0 12 1 6 130 3A 55
Octal 357 303 354 0 22 1 6 460 72 125
Binary 11101111 11000011 11101100 0 10010 1 110 100110000 111010 1010101

Color Harmonies of #EFC3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3EC

Black with #EFC3EC

Text Example


Text Example

White with #EFC3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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