Html Css Color HEX #EFC4F2 Snuff

📋 copy color: '#EFC4F2'

red 239 ◦ green 196 ◦ blue 242

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

Shades of Snuff #EFC4F2

Tints of Snuff #EFC4F2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.95%

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

R = 35.3%
G = 28.95%
B = 35.75%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFC4F2 (or 0xEFC4F2) is known color: Snuff. HEX triplet: EF, C4 and F2. RGB value is (239,196,242). Sum of RGB (Red+Green+Blue) = 239+196+242=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 196 (76.95% from 255 or 28.95% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFC4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4F2 is #103B0D. Grayscale: #D5D5D5. Windows color (decimal): -1063694 or 15910127. OLE color: 15910127.

HSL color Cylindrical-coordinate representation of color #EFC4F2: hue angle of 296.09º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC4F2 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 196 242 -
CMYK 0.01 0.19 0 0.05
HSL 296.09º 0.64% 0.86% -
HSV(B) 296.09º 0.19% 0.95% -
XYZ 71.36 64.24 92.64 -
YUV 214.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 239 196 242 0.01 0.19 0 0.05 296.09 0.64 0.86
Hex EF C4 F2 1 13 0 5 128 40 56
Octal 357 304 362 1 23 0 5 450 100 126
Binary 11101111 11000100 11110010 1 10011 0 101 100101000 1000000 1010110

Color Harmonies of #EFC4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4F2

Black with #EFC4F2

Text Example


Text Example

White with #EFC4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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