#EFCCF2

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

Shades of Snuff #EFCCF2

Tints of Snuff #EFCCF2

Color information

#EFCCF2 (or 0xEFCCF2) is unknown color: approx Snuff. HEX triplet: EF, CC and F2. RGB value is (239,204,242). Sum of RGB (Red+Green+Blue) = 239+204+242=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCF2 is #10330D. Grayscale: #DADADA. Windows color (decimal): -1061646 or 15912175. OLE color: 15912175.

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

Color convert

RGB239204242-
CMYK0.010.1600.05
HSL295.26º59.38%87.45%-
HSV(B)295.26º15.7%94.9%-
XYZ73.2267.9593.26-
YUV218.8141.1142.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 204 (80.08% from 255) = 29.78%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=34.89%
G=29.78%
B=35.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392042420.010.1600.05295.2659.3887.45
HexEFCCF2110051273b57
Octal3573143621200544773127
Binary11101111110011001111001011000001011001001111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCF2; }

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

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

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

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

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

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

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

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