Html Css Color HEX #EFD1F3 Snuff

📋 copy color: '#EFD1F3'

red 239 ◦ green 209 ◦ blue 243

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

Shades of Snuff #EFD1F3

Tints of Snuff #EFD1F3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.25%

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

R = 34.59%
G = 30.25%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD1F3 (or 0xEFD1F3) is known color: Snuff. HEX triplet: EF, D1 and F3. RGB value is (239,209,243). Sum of RGB (Red+Green+Blue) = 239+209+243=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 209 (82.03% from 255 or 30.25% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFD1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1F3 is #102E0C. Grayscale: #DDDDDD. Windows color (decimal): -1060365 or 15978991. OLE color: 15978991.

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

Color convert

RGB 239 209 243 -
CMYK 0.02 0.14 0 0.05
HSL 292.94º 0.59% 0.89% -
HSV(B) 292.94º 0.14% 0.95% -
XYZ 74.57 70.42 94.46 -
YUV 221.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 239 209 243 0.02 0.14 0 0.05 292.94 0.59 0.89
Hex EF D1 F3 2 E 0 5 125 3B 59
Octal 357 321 363 2 16 0 5 445 73 131
Binary 11101111 11010001 11110011 10 1110 0 101 100100101 111011 1011001

Color Harmonies of #EFD1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1F3

Black with #EFD1F3

Text Example


Text Example

White with #EFD1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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