Html Css Color HEX #EFBAF2 Snuff

📋 copy color: '#EFBAF2'

red 239 ◦ green 186 ◦ blue 242

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

Shades of Snuff #EFBAF2

Tints of Snuff #EFBAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.89%

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

R = 35.83%
G = 27.89%
B = 36.28%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFBAF2 (or 0xEFBAF2) is known color: Snuff. HEX triplet: EF, BA and F2. RGB value is (239,186,242). Sum of RGB (Red+Green+Blue) = 239+186+242=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAF2 is #10450D. Grayscale: #D0D0D0. Windows color (decimal): -1066254 or 15907567. OLE color: 15907567.

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

Color convert

RGB 239 186 242 -
CMYK 0.01 0.23 0 0.05
HSL 296.79º 0.68% 0.84% -
HSV(B) 296.79º 0.23% 0.95% -
XYZ 69.18 59.88 91.92 -
YUV 208.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 239 186 242 0.01 0.23 0 0.05 296.79 0.68 0.84
Hex EF BA F2 1 17 0 5 129 44 54
Octal 357 272 362 1 27 0 5 451 104 124
Binary 11101111 10111010 11110010 1 10111 0 101 100101001 1000100 1010100

Color Harmonies of #EFBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAF2

Black with #EFBAF2

Text Example


Text Example

White with #EFBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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