Html Css Color HEX #EFC1F2 Snuff

📋 copy color: '#EFC1F2'

red 239 ◦ green 193 ◦ blue 242

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

Shades of Snuff #EFC1F2

Tints of Snuff #EFC1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.91%

R = 35.46%
G = 28.64%
B = 35.91%

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

#EFC1F2 (or 0xEFC1F2) is known color: Snuff. HEX triplet: EF, C1 and F2. RGB value is (239,193,242). Sum of RGB (Red+Green+Blue) = 239+193+242=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 193 (75.78% from 255 or 28.64% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFC1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1F2 is #103E0D. Grayscale: #D4D4D4. Windows color (decimal): -1064462 or 15909359. OLE color: 15909359.

HSL color Cylindrical-coordinate representation of color #EFC1F2: hue angle of 296.33º degrees, saturation: 0.65, 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 #EFC1F2 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 193 242 -
CMYK 0.01 0.20 0 0.05
HSL 296.33º 0.65% 0.85% -
HSV(B) 296.33º 0.2% 0.95% -
XYZ 70.69 62.9 92.42 -
YUV 212.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 239 193 242 0.01 0.20 0 0.05 296.33 0.65 0.85
Hex EF C1 F2 1 14 0 5 128 41 55
Octal 357 301 362 1 24 0 5 450 101 125
Binary 11101111 11000001 11110010 1 10100 0 101 100101000 1000001 1010101

Color Harmonies of #EFC1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1F2

Black with #EFC1F2

Text Example


Text Example

White with #EFC1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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