Html Css Color HEX #EFC1F3 Snuff

📋 copy color: '#EFC1F3'

red 239 ◦ green 193 ◦ blue 243

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

Shades of Snuff #EFC1F3

Tints of Snuff #EFC1F3

RGB

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

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

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

R = 35.41%
G = 28.59%
B = 36%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFC1F3 (or 0xEFC1F3) is known color: Snuff. HEX triplet: EF, C1 and F3. RGB value is (239,193,243). Sum of RGB (Red+Green+Blue) = 239+193+243=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFC1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1F3 is #103E0C. Grayscale: #D4D4D4. Windows color (decimal): -1064461 or 15974895. OLE color: 15974895.

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

Color convert

RGB 239 193 243 -
CMYK 0.02 0.21 0 0.05
HSL 295.2º 0.68% 0.85% -
HSV(B) 295.2º 0.21% 0.95% -
XYZ 70.84 62.96 93.21 -
YUV 212.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 239 193 243 0.02 0.21 0 0.05 295.2 0.68 0.85
Hex EF C1 F3 2 15 0 5 127 44 55
Octal 357 301 363 2 25 0 5 447 104 125
Binary 11101111 11000001 11110011 10 10101 0 101 100100111 1000100 1010101

Color Harmonies of #EFC1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1F3

Black with #EFC1F3

Text Example


Text Example

White with #EFC1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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