Html Css Color HEX #EFBCF3 Snuff

📋 copy color: '#EFBCF3'

red 239 ◦ green 188 ◦ blue 243

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

Shades of Snuff #EFBCF3

Tints of Snuff #EFBCF3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.06%

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

R = 35.67%
G = 28.06%
B = 36.27%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFBCF3 (or 0xEFBCF3) is known color: Snuff. HEX triplet: EF, BC and F3. RGB value is (239,188,243). Sum of RGB (Red+Green+Blue) = 239+188+243=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFBCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCF3 is #10430C. Grayscale: #D1D1D1. Windows color (decimal): -1065741 or 15973615. OLE color: 15973615.

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

Color convert

RGB 239 188 243 -
CMYK 0.02 0.23 0 0.05
HSL 295.64º 0.7% 0.85% -
HSV(B) 295.64º 0.23% 0.95% -
XYZ 69.76 60.79 92.85 -
YUV 209.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 239 188 243 0.02 0.23 0 0.05 295.64 0.7 0.85
Hex EF BC F3 2 17 0 5 128 46 55
Octal 357 274 363 2 27 0 5 450 106 125
Binary 11101111 10111100 11110011 10 10111 0 101 100101000 1000110 1010101

Color Harmonies of #EFBCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCF3

Black with #EFBCF3

Text Example


Text Example

White with #EFBCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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