Html Css Color HEX #EFBCF0 Snuff

📋 copy color: '#EFBCF0'

red 239 ◦ green 188 ◦ blue 240

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

Shades of Snuff #EFBCF0

Tints of Snuff #EFBCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.98%

R = 35.83%
G = 28.19%
B = 35.98%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFBCF0 (or 0xEFBCF0) is known color: Snuff. HEX triplet: EF, BC and F0. RGB value is (239,188,240). Sum of RGB (Red+Green+Blue) = 239+188+240=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCF0 is #10430F. Grayscale: #D1D1D1. Windows color (decimal): -1065744 or 15777007. OLE color: 15777007.

HSL color Cylindrical-coordinate representation of color #EFBCF0: hue angle of 298.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBCF0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 240 -
CMYK 0.00 0.22 0 0.06
HSL 298.85º 0.63% 0.84% -
HSV(B) 298.85º 0.22% 0.94% -
XYZ 69.31 60.61 90.48 -
YUV 209.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 239 188 240 0.00 0.22 0 0.06 298.85 0.63 0.84
Hex EF BC F0 0 16 0 6 12B 3F 54
Octal 357 274 360 0 26 0 6 453 77 124
Binary 11101111 10111100 11110000 0 10110 0 110 100101011 111111 1010100

Color Harmonies of #EFBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCF0

Black with #EFBCF0

Text Example


Text Example

White with #EFBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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