Html Css Color HEX #EFC1F1 Snuff

📋 copy color: '#EFC1F1'

red 239 ◦ green 193 ◦ blue 241

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

Shades of Snuff #EFC1F1

Tints of Snuff #EFC1F1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.68%

 BLUE value IS 241 (94.53% from 255) = 35.81%

R = 35.51%
G = 28.68%
B = 35.81%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFC1F1 (or 0xEFC1F1) is known color: Snuff. HEX triplet: EF, C1 and F1. RGB value is (239,193,241). Sum of RGB (Red+Green+Blue) = 239+193+241=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1F1 is #103E0E. Grayscale: #D4D4D4. Windows color (decimal): -1064463 or 15843823. OLE color: 15843823.

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

Color convert

RGB 239 193 241 -
CMYK 0.01 0.20 0 0.05
HSL 297.5º 0.63% 0.85% -
HSV(B) 297.5º 0.2% 0.95% -
XYZ 70.54 62.84 91.63 -
YUV 212.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 239 193 241 0.01 0.20 0 0.05 297.5 0.63 0.85
Hex EF C1 F1 1 14 0 5 12A 3F 55
Octal 357 301 361 1 24 0 5 452 77 125
Binary 11101111 11000001 11110001 1 10100 0 101 100101010 111111 1010101

Color Harmonies of #EFC1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1F1

Black with #EFC1F1

Text Example


Text Example

White with #EFC1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1F1; }

 p { color: rgb(239,193,241); }

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

background-color css

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

 a { background-color: rgb(239,193,241); }

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

border-color css

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

 span { border-color: rgb(239,193,241); }

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