Html Css Color HEX #EFBDF1 Snuff

📋 copy color: '#EFBDF1'

red 239 ◦ green 189 ◦ blue 241

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

Shades of Snuff #EFBDF1

Tints of Snuff #EFBDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.25%

 BLUE value IS 241 (94.53% from 255) = 36.02%

R = 35.72%
G = 28.25%
B = 36.02%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFBDF1 (or 0xEFBDF1) is known color: Snuff. HEX triplet: EF, BD and F1. RGB value is (239,189,241). Sum of RGB (Red+Green+Blue) = 239+189+241=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDF1 is #10420E. Grayscale: #D1D1D1. Windows color (decimal): -1065487 or 15842799. OLE color: 15842799.

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

Color convert

RGB 239 189 241 -
CMYK 0.01 0.22 0 0.05
HSL 297.69º 0.65% 0.84% -
HSV(B) 297.69º 0.22% 0.95% -
XYZ 69.67 61.1 91.34 -
YUV 209.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 239 189 241 0.01 0.22 0 0.05 297.69 0.65 0.84
Hex EF BD F1 1 16 0 5 12A 41 54
Octal 357 275 361 1 26 0 5 452 101 124
Binary 11101111 10111101 11110001 1 10110 0 101 100101010 1000001 1010100

Color Harmonies of #EFBDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDF1

Black with #EFBDF1

Text Example


Text Example

White with #EFBDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDF1; }

 p { color: rgb(239,189,241); }

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

background-color css

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

 a { background-color: rgb(239,189,241); }

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

border-color css

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

 span { border-color: rgb(239,189,241); }

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