Html Css Color HEX #EFD4F1 Snuff

📋 copy color: '#EFD4F1'

red 239 ◦ green 212 ◦ blue 241

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

Shades of Snuff #EFD4F1

Tints of Snuff #EFD4F1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.64%

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

R = 34.54%
G = 30.64%
B = 34.83%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD4F1 (or 0xEFD4F1) is known color: Snuff. HEX triplet: EF, D4 and F1. RGB value is (239,212,241). Sum of RGB (Red+Green+Blue) = 239+212+241=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 212 (83.20% from 255 or 30.64% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4F1 is #102B0E. Grayscale: #DFDFDF. Windows color (decimal): -1059599 or 15848687. OLE color: 15848687.

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

Color convert

RGB 239 212 241 -
CMYK 0.01 0.12 0 0.05
HSL 295.86º 0.51% 0.89% -
HSV(B) 295.86º 0.12% 0.95% -
XYZ 75.02 71.79 93.12 -
YUV 223.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 239 212 241 0.01 0.12 0 0.05 295.86 0.51 0.89
Hex EF D4 F1 1 C 0 5 128 33 59
Octal 357 324 361 1 14 0 5 450 63 131
Binary 11101111 11010100 11110001 1 1100 0 101 100101000 110011 1011001

Color Harmonies of #EFD4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4F1

Black with #EFD4F1

Text Example


Text Example

White with #EFD4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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