#EFCCF0

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

Shades of Snuff #EFCCF0

Tints of Snuff #EFCCF0

Color information

#EFCCF0 (or 0xEFCCF0) is unknown color: approx Snuff. HEX triplet: EF, CC and F0. RGB value is (239,204,240). Sum of RGB (Red+Green+Blue) = 239+204+240=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFCCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCF0 is #10330F. Grayscale: #DADADA. Windows color (decimal): -1061648 or 15781103. OLE color: 15781103.

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

Color convert

RGB239204240-
CMYK0.000.1500.06
HSL298.33º54.55%87.06%-
HSV(B)298.33º15%94.12%-
XYZ72.9267.8391.69-
YUV218.57140.1142.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=34.99%
G=29.87%
B=35.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392042400.000.1500.06298.3354.5587.06
HexEFCCF00F0612a3757
Octal3573143600170645267127
Binary1110111111001100111100000111101101001010101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCF0; }

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

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

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

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

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

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

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

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