Html Css Color HEX #EFC3F3 Snuff

📋 copy color: '#EFC3F3'

red 239 ◦ green 195 ◦ blue 243

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

Shades of Snuff #EFC3F3

Tints of Snuff #EFC3F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.89%

R = 35.3%
G = 28.8%
B = 35.89%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFC3F3 (or 0xEFC3F3) is known color: Snuff. HEX triplet: EF, C3 and F3. RGB value is (239,195,243). Sum of RGB (Red+Green+Blue) = 239+195+243=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 195 (76.56% from 255 or 28.80% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3F3 is #103C0C. Grayscale: #D5D5D5. Windows color (decimal): -1063949 or 15975407. OLE color: 15975407.

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

Color convert

RGB 239 195 243 -
CMYK 0.02 0.20 0 0.05
HSL 295º 0.67% 0.86% -
HSV(B) 295º 0.2% 0.95% -
XYZ 71.29 63.85 93.36 -
YUV 213.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 239 195 243 0.02 0.20 0 0.05 295 0.67 0.86
Hex EF C3 F3 2 14 0 5 127 43 56
Octal 357 303 363 2 24 0 5 447 103 126
Binary 11101111 11000011 11110011 10 10100 0 101 100100111 1000011 1010110

Color Harmonies of #EFC3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3F3

Black with #EFC3F3

Text Example


Text Example

White with #EFC3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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