#EFD8F0

Color #EFD8F0 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EFD8F0

Tints of Snuff #EFD8F0

Color information

#EFD8F0 (or 0xEFD8F0) is unknown color: approx Snuff. HEX triplet: EF, D8 and F0. RGB value is (239,216,240). Sum of RGB (Red+Green+Blue) = 239+216+240=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFD8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8F0 is #10270F. Grayscale: #E1E1E1. Windows color (decimal): -1058576 or 15784175. OLE color: 15784175.

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

Color convert

RGB239216240-
CMYK0.000.100.06
HSL297.5º44.44%89.41%-
HSV(B)297.5º10%94.12%-
XYZ75.8873.7592.67-
YUV225.61136.12137.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 216 (84.77% from 255) = 31.08%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=34.39%
G=31.08%
B=34.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392162400.000.100.06297.544.4489.41
HexEFD8F00A0612a2c59
Octal3573303600120645254131
Binary1110111111011000111100000101001101001010101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8F0; }

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

 H1.HeaderClassName
 {
   color: #EFD8F0;
 }
 .AnyTagClassName
 {
   color: #EFD8F0;
 }
</style>
background-color css

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

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

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

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

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

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